* doc/invoke.texi (SPARC options): Remove -mlittle-endian.
From-SVN: r197120
This commit is contained in:
parent
cb6da767b0
commit
4fc7b1459e
|
@ -1,3 +1,7 @@
|
|||
2013-03-26 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* doc/invoke.texi (SPARC options): Remove -mlittle-endian.
|
||||
|
||||
2013-03-26 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* config/arm/arm.c (arm_print_operand: case 'w'): Use fputs rather
|
||||
|
|
|
@ -925,7 +925,6 @@ See RS/6000 and PowerPC Options.
|
|||
-mfaster-structs -mno-faster-structs -mflat -mno-flat @gol
|
||||
-mfpu -mno-fpu -mhard-float -msoft-float @gol
|
||||
-mhard-quad-float -msoft-quad-float @gol
|
||||
-mlittle-endian @gol
|
||||
-mstack-bias -mno-stack-bias @gol
|
||||
-munaligned-doubles -mno-unaligned-doubles @gol
|
||||
-mv8plus -mno-v8plus -mvis -mno-vis @gol
|
||||
|
@ -19327,11 +19326,6 @@ These @samp{-m} options are supported in addition to the above
|
|||
on SPARC-V9 processors in 64-bit environments:
|
||||
|
||||
@table @gcctabopt
|
||||
@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 and Linux.
|
||||
|
||||
@item -m32
|
||||
@itemx -m64
|
||||
@opindex m32
|
||||
|
|
Loading…
Reference in New Issue