diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-10-28 13:22:02 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 13:22:02 +0000 |
commit | f710504c07e3c301cc21d88a60d3844ea99920e5 (patch) | |
tree | cc65c690ad5208245e1e36bc70113b3ec893f1da /gcc/config/arm | |
parent | 638e383e25e3e1bb4e1e82be7583b13615b478b2 (diff) | |
download | gcc-f710504c07e3c301cc21d88a60d3844ea99920e5.zip gcc-f710504c07e3c301cc21d88a60d3844ea99920e5.tar.gz gcc-f710504c07e3c301cc21d88a60d3844ea99920e5.tar.bz2 |
alpha.md, [...]: Fix spelling errors.
* config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,
config/d30v/d30v.h, config/fr30/fr30.c, config/i370/x-oe,
config/i386/i386.c, config/i386/i386-interix.h,
config/i386/i386.md, config/i386/i386.h, config/i386/sco5.h,
config/i860/i860.h, config/i860/i860.md, config/m68k/aux-exit.c,
config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.md,
config/ns32k/ns32k.h, config/pa/pa.c, config/rs6000/rs6000.c,
config/sparc/sparc.c, config/m68hc11/m68hc11.c,
config/cris/cris.c, config/cris/cris.h, config/s390/s390.c,
config/s390/s390.h, config/stormy16/stormy16.h, doc/tm.texi: Fix
spelling errors.
From-SVN: r46582
Diffstat (limited to 'gcc/config/arm')
-rw-r--r-- | gcc/config/arm/arm.c | 2 | ||||
-rw-r--r-- | gcc/config/arm/arm.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 0c505bc..b3f8af2 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -3057,7 +3057,7 @@ arm_reload_memory_operand (op, mode) /* Return 1 if OP is a valid memory address, but not valid for a signed byte memory access (architecture V4). - MODE is QImode if called when computing contraints, or VOIDmode when + MODE is QImode if called when computing constraints, or VOIDmode when emitting patterns. In this latter case we cannot use memory_operand() because it will fail on badly formed MEMs, which is precisly what we are trying to catch. */ diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 4c076ff..4c3bbd1 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -731,7 +731,7 @@ extern int arm_is_6_or_7; /* Setting STRUCTURE_SIZE_BOUNDARY to 32 produces more efficient code, but the value set in previous versions of this toolchain was 8, which produces more compact structures. The command line option -mstructure_size_boundary=<n> - can be used to change this value. For compatability with the ARM SDK + can be used to change this value. For compatibility with the ARM SDK however the value should be left at 32. ARM SDT Reference Manual (ARM DUI 0020D) page 2-20 says "Structures are aligned on word boundaries". */ #define STRUCTURE_SIZE_BOUNDARY arm_structure_size_boundary |