diff options
| -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 db5ad31..af1a589 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-02 Brooks Moses <brooks.moses@codesourcery.com> + + * doc/invoke.texi: Fix mfp-trap-mode typo. + 2006-11-02 Carlos O'Donell <carlos@codesourcery.com> * config/arm/linux-elf.h (NEED_INDICATE_EXEC_STACK): Define as 1. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index bb9ce26..816b547 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8365,7 +8365,7 @@ In addition to the traps enabled by @samp{n}, underflow traps are enabled as well. @item su -Like @samp{su}, but the instructions are marked to be safe for software +Like @samp{u}, but the instructions are marked to be safe for software completion (see Alpha architecture manual for details). @item sui |
