diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2004-02-02 10:17:19 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-02-02 09:17:19 +0000 |
commit | e789e9c4709b0e52300749a9bf208f142988be98 (patch) | |
tree | a8f45b217cc7b1dc94046e8a69dfad03372eb2dd /gcc | |
parent | 1c563bedd20566f2808fed0054fa2c6839520748 (diff) | |
download | gcc-e789e9c4709b0e52300749a9bf208f142988be98.zip gcc-e789e9c4709b0e52300749a9bf208f142988be98.tar.gz gcc-e789e9c4709b0e52300749a9bf208f142988be98.tar.bz2 |
* doc/invoke.texi (SPARC options): Document that -mflat is deprecated.
From-SVN: r77100
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 335be88..723b916 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr> + + * doc/invoke.texi (SPARC options): Document that -mflat is deprecated. + 2004-02-02 Kazu Hirata <kazu@cs.umass.edu> * config/arc/arc.md, config/arm/arm.c, config/arm/arm.md, diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0f6477d..2199273 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6226,6 +6226,8 @@ The local registers and the input registers (0--5) are still treated as With @option{-mno-flat} (the default), the compiler emits save/restore instructions (except for leaf functions) and is the normal mode of operation. +These options are deprecated and will be deleted in a future GCC release. + @item -mno-unaligned-doubles @itemx -munaligned-doubles @opindex mno-unaligned-doubles |