aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/darwin.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b118d6c..b41a158 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-11 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * config/i386/darwin.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
+
2006-01-11 Kazu Hirata <kazu@codesourcery.com>
* config/sh/predicates.md (sh_rep_vec): Add parallel to
diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h
index 73e080f..a6a953e 100644
--- a/gcc/config/i386/darwin.h
+++ b/gcc/config/i386/darwin.h
@@ -111,6 +111,8 @@ extern void darwin_x86_file_end (void);
#define ASM_LONG "\t.long\t"
/* Darwin as doesn't do ".quad". */
+#define SUBTARGET_ENCODE_SECTION_INFO darwin_encode_section_info
+
#undef ASM_OUTPUT_ALIGN
#define ASM_OUTPUT_ALIGN(FILE,LOG) \
do { if ((LOG) != 0) \