diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-11-19 19:42:33 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-11-19 19:42:33 +0000 |
commit | 9e8fc4b8ef03df07f395aeebbbbcb2e6dbf5afc7 (patch) | |
tree | 8f0e1c26960391560cba1887fa0c70bc6de5253a /gcc | |
parent | 65fa2185893d05a236497c100b555b57e4990a66 (diff) | |
download | gcc-9e8fc4b8ef03df07f395aeebbbbcb2e6dbf5afc7.zip gcc-9e8fc4b8ef03df07f395aeebbbbcb2e6dbf5afc7.tar.gz gcc-9e8fc4b8ef03df07f395aeebbbbcb2e6dbf5afc7.tar.bz2 |
* config.gcc, invoke.texi: Fix errors in spelling of "deprecated".
From-SVN: r37573
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config.gcc | 2 | ||||
-rw-r--r-- | gcc/invoke.texi | 8 |
3 files changed, 7 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f04fd2..e845724 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2000-11-19 Joseph S. Myers <jsm28@cam.ac.uk> + * config.gcc, invoke.texi: Fix errors in spelling of "deprecated". + * alias.c (mems_in_disjoint_alias_sets_p): Do use alias sets in stdarg and varargs functions. diff --git a/gcc/config.gcc b/gcc/config.gcc index 311e092..20b84ba 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3116,7 +3116,7 @@ sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux ;; thumb*-*-*) { echo "config.gcc: error: -*** The Thumb targets have been depreciated. The equivalent +*** The Thumb targets have been deprecated. The equivalent *** ARM based toolchain can now generated Thumb instructions *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; } ;; diff --git a/gcc/invoke.texi b/gcc/invoke.texi index dad2e7f..b360ead 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -4851,19 +4851,19 @@ instructions available. @item -mshort-load-bytes @kindex -mshort-load-bytes -This is a depreciated alias for @samp{-malignment-traps}. +This is a deprecated alias for @samp{-malignment-traps}. @item -mno-short-load-bytes @kindex -mno-short-load-bytes -This is a depreciated alias for @samp{-mno-alignment-traps}. +This is a deprecated alias for @samp{-mno-alignment-traps}. @item -mshort-load-words @kindex -mshort-load-words -This is a depreciated alias for @samp{-mno-alignment-traps}. +This is a deprecated alias for @samp{-mno-alignment-traps}. @item -mno-short-load-words @kindex -mno-short-load-words -This is a depreciated alias for @samp{-malignment-traps}. +This is a deprecated alias for @samp{-malignment-traps}. @item -mbsd @kindex -mbsd |