diff options
author | Nick Clifton <nickc@redhat.com> | 2004-05-19 10:38:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2004-05-19 10:38:30 +0000 |
commit | 34a863061325c013695186e25784d56cd562a0c4 (patch) | |
tree | af1d5a3cac3185ff8ac053655530601d602c3b77 /gcc | |
parent | d55b55aa1c38c1fc24b0f4cacf2fb2bfa13cc4ca (diff) | |
download | gcc-34a863061325c013695186e25784d56cd562a0c4.zip gcc-34a863061325c013695186e25784d56cd562a0c4.tar.gz gcc-34a863061325c013695186e25784d56cd562a0c4.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 14 |
2 files changed, 5 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b1ed64..36be02e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 968ad37..09c538e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |