Commit e34fd5a7 by David Holsgrove Committed by Michael Eager

invoke.texi (MicroBlaze): Add -mbig-endian, -mlittle-endian, -mxl-reorder.

* doc/invoke.texi (MicroBlaze): Add -mbig-endian, -mlittle-endian,
-mxl-reorder.

From-SVN: r196470
parent 0b50e654
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment