diff options
| author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-10 21:43:35 +0000 |
|---|---|---|
| committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-10 21:43:35 +0000 |
| commit | 9d3500ff4d55a0cba3e4ec292b6cbbe89e8f7d46 (patch) | |
| tree | ea5dccc9983ec2e61d6fb70248f644ef14ac3ea7 | |
| parent | 26efa80d0240dcb55ce2a42a666c2626d5ed026a (diff) | |
| download | ppe42-gcc-9d3500ff4d55a0cba3e4ec292b6cbbe89e8f7d46.tar.gz ppe42-gcc-9d3500ff4d55a0cba3e4ec292b6cbbe89e8f7d46.zip | |
2004-03-10 Anthony Green <green@redhat.com>
* doc/invoke.texi (ARM Options): Fix -mpfu typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79277 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 ad2449dc2af..a64ba71aa21 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 0c9f183387f..f765b299845 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 |

