diff options
author | Anthony Green <green@redhat.com> | 2004-03-10 21:43:35 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2004-03-10 21:43:35 +0000 |
commit | 11f01d3703c3f639d65d9ee8ea8fdf7d352c6d7e (patch) | |
tree | ea5dccc9983ec2e61d6fb70248f644ef14ac3ea7 /gcc | |
parent | bb904c1a4819739fa932740c67e6f0cca354ce1a (diff) | |
download | gcc-11f01d3703c3f639d65d9ee8ea8fdf7d352c6d7e.zip gcc-11f01d3703c3f639d65d9ee8ea8fdf7d352c6d7e.tar.gz gcc-11f01d3703c3f639d65d9ee8ea8fdf7d352c6d7e.tar.bz2 |
invoke.texi (ARM Options): Fix -mpfu typo.
2004-03-10 Anthony Green <green@redhat.com>
* doc/invoke.texi (ARM Options): Fix -mpfu typo.
From-SVN: r79277
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad2449d..a64ba71 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-03-10 Anthony Green <green@redhat.com> + + * doc/invoke.texi (ARM Options): Fix -mpfu typo. + 2004-03-10 David Edelsohn <edelsohn@gnu.org> * config/rs6000/aix.h (TARGET_OS_CPP_BUILTINS): Rename to ... diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0c9f183..f765b29 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6617,7 +6617,7 @@ of the @option{-mcpu=} option. Permissible names are: @samp{armv2}, This specifies what floating point hardware (or hardware emulation) is available on the target. Permissible names are: @samp{fpa}, @samp{fpe2}, @samp{fpe3}, @samp{maverick}, @samp{vfp}. @option{-mfp} and @option{-mfpe} -are synonyms for @option{-mpfu}=@samp{fpe}@var{number}, for compatibility +are synonyms for @option{-mfpu}=@samp{fpe}@var{number}, for compatibility with older versions of GCC@. If @option{-msoft-float} is specified this specifies the format of |