From 4fc7b1459e873804e353a7aa15a2653e977137f2 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 26 Mar 2013 22:04:26 +0000 Subject: [PATCH] * doc/invoke.texi (SPARC options): Remove -mlittle-endian. From-SVN: r197120 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5015d16f752..bc8c88490bb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-03-26 Eric Botcazou + + * doc/invoke.texi (SPARC options): Remove -mlittle-endian. + 2013-03-26 Roland McGrath * config/arm/arm.c (arm_print_operand: case 'w'): Use fputs rather diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3054e5c4c12..87696b3ad49 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 -- 2.30.2