diff options
Diffstat (limited to 'gcc/config/rs6000/sysv4.opt')
-rw-r--r-- | gcc/config/rs6000/sysv4.opt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/rs6000/sysv4.opt b/gcc/config/rs6000/sysv4.opt index 29f3bdf75e9..f1f987d2238 100644 --- a/gcc/config/rs6000/sysv4.opt +++ b/gcc/config/rs6000/sysv4.opt @@ -32,7 +32,7 @@ Target RejectNegative Joined Specify bit size of immediate TLS offsets mbit-align -Target Report Var(TARGET_NO_BITFIELD_TYPE) +Target Report Var(TARGET_NO_BITFIELD_TYPE) Save Align to the base type of the bit-field mstrict-align @@ -74,7 +74,7 @@ Target RejectNegative no description yet mprototype -Target Var(target_prototype) +Target Var(target_prototype) Save Assume all variable arg functions are prototyped ;; FIXME: Does nothing. @@ -87,11 +87,11 @@ Target Report Mask(EABI) Use EABI mbit-word -Target Report Var(TARGET_NO_BITFIELD_WORD) +Target Report Var(TARGET_NO_BITFIELD_WORD) Save Allow bit-fields to cross word boundaries mregnames -Target Var(rs6000_regnames) +Target Var(rs6000_regnames) Save Use alternate register names ;; This option does nothing and only exists because the compiler @@ -137,9 +137,9 @@ Target RejectNegative no description yet msecure-plt -Target Report RejectNegative Var(secure_plt, 1) +Target Report RejectNegative Var(secure_plt, 1) Save Generate code to use a non-exec PLT and GOT mbss-plt -Target Report RejectNegative Var(secure_plt, 0) +Target Report RejectNegative Var(secure_plt, 0) Save Generate code for old exec BSS PLT |