Commit 34a86306 by Nick Clifton Committed by Nick Clifton

invoke.texi (ARM Options): Fix typo.

* doc/invoke.texi (ARM Options): Fix typo.
Remove descrption of -mshort-load-bytes and -mno-short-load-bytes.

From-SVN: r82022
parent d55b55aa
2004-05-19 Nick Clifton <nickc@redhat.com>
* doc/invoke.texi (ARM Options): Fix typo.
Remove descrption of -mshort-load-bytes and
-mno-short-load-bytes.
* config/ip2k/ip2k.c (ip2k_composite_xexp_not_uses_reg_p): Add
missing parenthesis.
* config/ip2k/ip2k.c (ip2k_unary_operator): Likewise.
......
......@@ -391,7 +391,7 @@ in the following sections.
-mapcs-reentrant -mno-apcs-reentrant @gol
-msched-prolog -mno-sched-prolog @gol
-mlittle-endian -mbig-endian -mwords-little-endian @gol
-mfloat-abi=@var{name} soft-float -mhard-float -mfpe @gol
-mfloat-abi=@var{name} -msoft-float -mhard-float -mfpe @gol
-mthumb-interwork -mno-thumb-interwork @gol
-mcpu=@var{name} -march=@var{name} -mfpu=@var{name} @gol
-mstructure-size-boundary=@var{n} @gol
......@@ -6881,18 +6881,6 @@ option should only be used if you require compatibility with code for
big-endian ARM processors generated by versions of the compiler prior to
2.8.
@item -mshort-load-bytes
@itemx -mno-short-load-words
@opindex mshort-load-bytes
@opindex mno-short-load-words
These are deprecated aliases for @option{-malignment-traps}.
@item -mno-short-load-bytes
@itemx -mshort-load-words
@opindex mno-short-load-bytes
@opindex mshort-load-words
This are deprecated aliases for @option{-mno-alignment-traps}.
@item -mcpu=@var{name}
@opindex mcpu
This specifies the name of the target ARM processor. GCC uses this name
......
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