diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 403e706..fd38d96 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2005-04-04 Eric Botcazou <ebotcazou@libertysurf.fr> + * doc/invoke.texi (SPARC options): Document that + -mlittle-endian is not supported on Linux either. + +2005-04-04 Eric Botcazou <ebotcazou@libertysurf.fr> + PR target/4198 PR target/12027 * config.gcc (Obsolete configurations): Remove diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b11c73d..d132655 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -11546,7 +11546,7 @@ on SPARC-V9 processors in 64-bit environments: @item -mlittle-endian @opindex mlittle-endian Generate code for a processor running in little-endian mode. It is only -available for a few configurations and most notably not on Solaris. +available for a few configurations and most notably not on Solaris and Linux. @item -m32 @itemx -m64 |