invoke.texi (MicroBlaze): Add -mbig-endian, -mlittle-endian, -mxl-reorder.
authorDavid Holsgrove <david.holsgrove@xilinx.com>
Tue, 5 Mar 2013 16:00:26 +0000 (16:00 +0000)
committerMichael Eager <eager@gcc.gnu.org>
Tue, 5 Mar 2013 16:00:26 +0000 (16:00 +0000)
* doc/invoke.texi (MicroBlaze): Add -mbig-endian, -mlittle-endian,
-mxl-reorder.

From-SVN: r196470

gcc/ChangeLog
gcc/doc/invoke.texi

index 4c0744f12d425aec7eb84e8258e8ff26314366ca..0a5f843acb06c55bd6432feec121024641e0c97d 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-05  David Holsgrove <david.holsgrove@xilinx.com>
+
+       * doc/invoke.texi (MicroBlaze): Add -mbig-endian, -mlittle-endian,
+       -mxl-reorder.
+
 2013-03-05  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/56461
index 75dd9bda59e21aad0eea5812a23a9e9b234ee705..a2a40660cfe25ee14dd24668eec1373d8ea593e3 100644 (file)
@@ -733,7 +733,7 @@ Objective-C and Objective-C++ Dialects}.
 -mmemcpy -mxl-soft-mul -mxl-soft-div -mxl-barrel-shift @gol
 -mxl-pattern-compare -mxl-stack-check -mxl-gp-opt -mno-clearbss @gol
 -mxl-multiply-high -mxl-float-convert -mxl-float-sqrt @gol
--mxl-mode-@var{app-model}}
+-mbig-endian -mlittle-endian -mxl-reorder -mxl-mode-@var{app-model}}
 
 @emph{MIPS Options}
 @gccoptlist{-EL  -EB  -march=@var{arch}  -mtune=@var{arch} @gol
@@ -15820,6 +15820,18 @@ Use hardware floating-point conversion instructions.
 @opindex mxl-float-sqrt
 Use hardware floating-point square root instruction.
 
+@item -mbig-endian
+@opindex mbig-endian
+Generate code for a big-endian target.
+
+@item -mlittle-endian
+@opindex mlittle-endian
+Generate code for a little-endian target.
+
+@item -mxl-reorder
+@opindex mxl-reorder
+Use reorder instructions (swap and byte reversed load/store).
+
 @item -mxl-mode-@var{app-model}
 Select application model @var{app-model}.  Valid models are
 @table @samp