From: Andrew Pinski Date: Thu, 12 Jan 2006 00:51:07 +0000 (+0000) Subject: darwin.h (SUBTARGET_ENCODE_SECTION_INFO): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a2d4de010abe50d651d68719051fdd1ac179bc1;p=gcc.git darwin.h (SUBTARGET_ENCODE_SECTION_INFO): Define. 2006-01-11 Andrew Pinski * config/i386/darwin.h (SUBTARGET_ENCODE_SECTION_INFO): Define. From-SVN: r109623 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b118d6c0998..b41a1581a30 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-01-11 Andrew Pinski + + * config/i386/darwin.h (SUBTARGET_ENCODE_SECTION_INFO): Define. + 2006-01-11 Kazu Hirata * 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 73e080f068a..a6a953e5de5 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) \