From 60615dfbec4cea2b793178bdbaa1e159b15f5a1c Mon Sep 17 00:00:00 2001 From: rsandifo Date: Sat, 10 Dec 2005 08:07:25 +0000 Subject: [PATCH] * config/darwin.h (HAS_INIT_SECTION): Remove definition. (INIT_SECTION_ASM_OP): Restore empty definition from before 2005-12-07. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108346 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/darwin.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1d83c90..769b3d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2005-12-10 Richard Sandiford + * config/darwin.h (HAS_INIT_SECTION): Remove definition. + (INIT_SECTION_ASM_OP): Restore empty definition from before 2005-12-07. + +2005-12-10 Richard Sandiford + * output.h (init_section, fini_section): Delete. * varasm.c (init_section, fini_section): Delete. (init_varasm_once): Don't initialize them. diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index b27e03d..343e4a2 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -441,7 +441,7 @@ Boston, MA 02110-1301, USA. */ #define NO_PROFILE_COUNTERS 1 #undef INIT_SECTION_ASM_OP -#define HAS_INIT_SECTION +#define INIT_SECTION_ASM_OP #undef INVOKE__main -- 2.7.4