diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-03-30 22:12:33 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-03-30 22:12:33 +0100 |
commit | 2cdf95749d434992b0ffc5c6405049606a9351f1 (patch) | |
tree | c059576f9c9d7040eda4789d2715201e95c61aad | |
parent | ef5daa257f9c64996de02858910471cb666562aa (diff) | |
download | gcc-2cdf95749d434992b0ffc5c6405049606a9351f1.zip gcc-2cdf95749d434992b0ffc5c6405049606a9351f1.tar.gz gcc-2cdf95749d434992b0ffc5c6405049606a9351f1.tar.bz2 |
arm.opt (mhard-float, [...]): Mark Undocumented.
* config/arm/arm.opt (mhard-float, msoft-float): Mark
Undocumented. Remove help text.
* doc/invoke.texi (ARM Options): Don't document -msoft-float and
-mhard-float.
From-SVN: r171750
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/config/arm/arm.opt | 6 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 10 |
3 files changed, 10 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c28457..970e580 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,12 @@ 2011-03-30 Joseph Myers <joseph@codesourcery.com> + * config/arm/arm.opt (mhard-float, msoft-float): Mark + Undocumented. Remove help text. + * doc/invoke.texi (ARM Options): Don't document -msoft-float and + -mhard-float. + +2011-03-30 Joseph Myers <joseph@codesourcery.com> + * doc/options.texi (NegativeAlias): Document. (Alias): Mention NegativeAlias. * opt-functions.awk: Handle NegativeAlias. diff --git a/gcc/config/arm/arm.opt b/gcc/config/arm/arm.opt index 48acc9b..3ab4734 100644 --- a/gcc/config/arm/arm.opt +++ b/gcc/config/arm/arm.opt @@ -94,8 +94,7 @@ Target RejectNegative Joined Var(target_fpu_name) Specify the name of the target floating point hardware/format mhard-float -Target RejectNegative Alias(mfloat-abi=, hard) -Alias for -mfloat-abi=hard +Target RejectNegative Alias(mfloat-abi=, hard) Undocumented mlittle-endian Target Report RejectNegative InverseMask(BIG_END) @@ -122,8 +121,7 @@ Target Report Mask(SINGLE_PIC_BASE) Do not load the PIC register in function prologues msoft-float -Target RejectNegative Alias(mfloat-abi=, soft) -Alias for -mfloat-abi=soft +Target RejectNegative Alias(mfloat-abi=, soft) Undocumented mstructure-size-boundary= Target RejectNegative Joined Var(structure_size_string) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 928e322..8507ea8 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -454,7 +454,7 @@ Objective-C and Objective-C++ Dialects}. -mapcs-reentrant -mno-apcs-reentrant @gol -msched-prolog -mno-sched-prolog @gol -mlittle-endian -mbig-endian -mwords-little-endian @gol --mfloat-abi=@var{name} -msoft-float -mhard-float -mfpe @gol +-mfloat-abi=@var{name} -mfpe @gol -mfp16-format=@var{name} -mthumb-interwork -mno-thumb-interwork @gol -mcpu=@var{name} -march=@var{name} -mfpu=@var{name} @gol @@ -10079,14 +10079,6 @@ the hard-float and soft-float ABIs are not link-compatible; you must compile your entire program with the same ABI, and link with a compatible set of libraries. -@item -mhard-float -@opindex mhard-float -Equivalent to @option{-mfloat-abi=hard}. - -@item -msoft-float -@opindex msoft-float -Equivalent to @option{-mfloat-abi=soft}. - @item -mlittle-endian @opindex mlittle-endian Generate code for a processor running in little-endian mode. This is |