aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2006-05-16 02:38:26 +0000
committerEric Christopher <echristo@apple.com>2006-05-16 02:38:26 +0000
commitc71a169182df8bba729f477c2a2fd705f5123ffd (patch)
tree87f7d576e0846b58cdbd2fcf0935ddd019721522
parent3b218a0e37dd0e29bfe36af70d265a40591ccaf4 (diff)
2006-05-15 Eric Christopher <echristo@apple.com>
Radar 4549340 * stor-layout.c (layout_decl): Fix typo. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple/200605-release@113812 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.apple-ppc11
-rw-r--r--gcc/stor-layout.c2
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog.apple-ppc b/gcc/ChangeLog.apple-ppc
index 93fbebf4829..a6f1709bd4f 100644
--- a/gcc/ChangeLog.apple-ppc
+++ b/gcc/ChangeLog.apple-ppc
@@ -1,3 +1,8 @@
+2006-05-15 Eric Christopher <echristo@apple.com>
+
+ Radar 4549340
+ * stor-layout.c (layout_decl): Fix typo.
+
2006-05-03 Mike Stump <mrs@apple.com>
Radar 4529651
@@ -37,7 +42,7 @@
2006-04-26 Hui-May Chang <hm.chang@apple.com>
Radar 4491613
- * loop.c (general_induction_var) : If an induction variable
+ * loop.c (general_induction_var) : If an induction variable
may trap, it shouldn't be a general induction variable.
2006-04-26 Hui-May Chang <hm.chang@apple.com>
@@ -237,7 +242,7 @@
* tree.h: Likewise.
Rename cw_asm_function_flag to iasm_asm_function_flag.
Rename cw_asm_noreturn_flag to iasm_noreturn_flag.
-
+
2006-04-25 Devang Patel <dpatel@apple.com>
Radar 4505813
@@ -297,7 +302,7 @@
* i386/i386.h (TARGET_CW_EXTRA_INFO): Add.
(CW_IMMED_PREFIX): Handle pseduo instructions better.
(TARGET_CW_OP_CONSTRAINT): Add missing cmp.*{pd,ps,sd,ss} instructions.
-
+
2006-04-06 Stuart Hastings <stuart@apple.com>
Radar 4499627
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index 0eedc3afdf0..2e7324947c7 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -360,7 +360,7 @@ layout_decl (tree decl, unsigned int known_align)
&& ! DECL_PACKED (decl)
&& ! targetm.ms_bitfield_layout_p (DECL_FIELD_CONTEXT (decl)))
{
-#ifdef PCC_BITFIELD_TYPE_MATTRS
+#ifdef PCC_BITFIELD_TYPE_MATTERS
if (PCC_BITFIELD_TYPE_MATTERS)
do_type_align (type, decl);
else