diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-01 18:55:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-01 18:55:48 +0000 |
commit | bf8496673bf063a69114446800256803d8ef6786 (patch) | |
tree | c214bfd353e0500acfe289374e68aa2cf6f87411 /gcc/config/m68k/m68k.h | |
parent | ce4469fac1ceab921d48ec409e3f4d0d9f81247e (diff) | |
download | gcc-bf8496673bf063a69114446800256803d8ef6786.tar.gz |
* config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove.
(override_options): Turn on -mstrict-align on non-ColdFire
targets.
* config/m68k/m68k.h (BIGGEST_ALIGNMENT): Update a comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128015 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/m68k.h')
-rw-r--r-- | gcc/config/m68k/m68k.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index a5f6eedf070..96756f3a4c8 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -305,8 +305,7 @@ along with GCC; see the file COPYING3. If not see /* No data type wants to be aligned rounder than this. 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. */ + aligned on 32-bit boundaries. */ #define BIGGEST_ALIGNMENT (TARGET_ALIGN_INT ? 32 : 16) #define STRICT_ALIGNMENT (TARGET_STRICT_ALIGNMENT) |