mirror of git://gcc.gnu.org/git/gcc.git
invoke.texi (MicroBlaze): Add -mbig-endian, -mlittle-endian, -mxl-reorder.
* doc/invoke.texi (MicroBlaze): Add -mbig-endian, -mlittle-endian, -mxl-reorder. From-SVN: r196470
This commit is contained in:
parent
0b50e6540f
commit
e34fd5a785
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue