aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Ziegler <jonz@apple.com>2005-02-15 08:17:22 +0000
committerJon Ziegler <jonz@apple.com>2005-02-15 08:17:22 +0000
commitc0221d132083cb0b40e430d921e44b20be052f5e (patch)
tree7640d896dc98e2a65639138b17b2f5aa9c5e1257
parent3bfcde982b2c778f96149f640fc987f71bb9c219 (diff)
Belatedly put Stan's change to default to -malign-natural for 64-bit into the 3.5 compiler.
This went in as a hack for gcc_os_35-3505 when CVS was down. Now it's going into -3506. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple-gcc_os_35-branch@95059 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/rs6000/rs6000.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index a4845ba544a..616242dc5bf 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -1462,6 +1462,8 @@ rs6000_override_options (const char *default_cpu)
/* APPLE LOCAL 64-bit mainline */
/* Setting to empty string is same as "-mone-byte-bool". */
darwin_one_byte_bool = "";
+ /* Default to natural alignment, for better performance. */
+ rs6000_alignment_flags = MASK_ALIGN_NATURAL;
}
/* Handle -mabi= options. */