From 6f4d597c60564f0ca4529441a5d0d74f5aff9c26 Mon Sep 17 00:00:00 2001 From: nickc Date: Wed, 19 May 2004 10:38:30 +0000 Subject: [PATCH] * doc/invoke.texi (ARM Options): Fix typo. Remove descrption of -mshort-load-bytes and -mno-short-load-bytes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82022 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 14 +------------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b1ed645033..36be02e2a55 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 968ad375e8e..09c538e4852 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.11.4.GIT