From 34a863061325c013695186e25784d56cd562a0c4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 19 May 2004 10:38:30 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ 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 + * 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 -- 2.7.4