diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-07 00:31:01 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-07 00:31:01 +0000 |
commit | ad87de1ece2f52d260b582709751ab9f315ab349 (patch) | |
tree | ec80f8d1e46852ac1ba45aecdcda7201c302ac6f /gcc/config/m68k/m68k.h | |
parent | 8098b1a5d828997acb2555106b3edccc0b43b661 (diff) | |
download | gcc-ad87de1ece2f52d260b582709751ab9f315ab349.tar.gz |
Merge from gcc-2.8
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/m68k.h')
-rw-r--r-- | gcc/config/m68k/m68k.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 6004aaaa803..8c9cad0b522 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -280,8 +280,8 @@ extern int target_flags; /* No data type wants to be aligned rounder than this. Most published ABIs say that ints should be aligned on 16 bit - boundries, but cpus with 32 bit busses get better performance - aligned on 32 bit boundries. Coldfires without a misalignment + boundaries, but cpus with 32 bit busses get better performance + aligned on 32 bit boundaries. Coldfires without a misalignment module require 32 bit alignment. */ #define BIGGEST_ALIGNMENT (TARGET_ALIGN_INT ? 32 : 16) @@ -378,7 +378,7 @@ extern int target_flags; and are not available for the register allocator. On the 68000, only the stack pointer is such. */ -/* fpa0 is also reserved so that it can be used to move shit back and +/* fpa0 is also reserved so that it can be used to move data back and forth between high fpa regs and everything else. */ #define FIXED_REGISTERS \ |