diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-04 04:11:52 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-04 04:11:52 +0000 |
commit | c910419dffff2133d4f4e28dfe6312bcf13e825e (patch) | |
tree | ff5c96fd74ddbd915ef3a28100ba32c1e32246dc /gcc/config/m68k | |
parent | e1db7b202fcfc7de631a70a429a74865b45d925f (diff) | |
download | gcc-c910419dffff2133d4f4e28dfe6312bcf13e825e.tar.gz |
* config/m32c/bitops.md, config/m32c/jump.md,
config/m32c/m32c.c, config/m32c/m32c.h, config/m32r/m32r.c,
config/m32r/m32r.h, config/m32r/m32r.md,
config/m32r/predicates.md, config/m68hc11/larith.asm,
config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
config/m68k/m68k.h, config/mcore/mcore.md, config/mips/4k.md,
config/mips/mips-protos.h, config/mips/mips.c,
config/mips/mips.h, config/mips/mips.md, config/mips/mips16.S,
config/mn10300/mn10300.h, config/mn10300/predicates.md,
config/mt/mt.c, config/mt/mt.h, config/mt/mt.md: Follow
spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121565 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/m68k.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index e1b508e4b45..39a58780897 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -288,7 +288,7 @@ Boston, MA 02110-1301, USA. */ #define PREFERRED_STACK_BOUNDARY (TARGET_COLDFIRE ? 32 : 16) /* No data type wants to be aligned rounder than this. - Most published ABIs say that ints should be aligned on 16 bit + Most published ABIs say that ints should be aligned on 16-bit boundaries, but CPUs with 32-bit busses get better performance aligned on 32-bit boundaries. ColdFires without a misalignment module require 32-bit alignment. */ @@ -918,7 +918,7 @@ __transfer_from_trampoline () \ || (INTVAL (XEXP (X, 1)) == 8 \ && (TARGET_COLDFIRE_FPU || !TARGET_COLDFIRE))))) -/* Coldfire FPU only accepts addressing modes 2-5 */ +/* ColdFire FPU only accepts addressing modes 2-5. */ #define GO_IF_COLDFIRE_FPU_LEGITIMATE_ADDRESS(MODE, X, ADDR) \ { if (LEGITIMATE_BASE_REG_P (X) \ || ((GET_CODE (X) == PRE_DEC || GET_CODE (X) == POST_INC) \ |