diff options
author | Richard Sandiford <richard@codesourcery.com> | 2005-12-10 08:07:25 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-12-10 08:07:25 +0000 |
commit | d82f6b002687e8ed18af7af07c59cff129870af9 (patch) | |
tree | 5c4c67623a56e87686f1d16addc26322ecc00b48 | |
parent | 8a8e9f052240c2913cd6b62a0ad184edc8efb622 (diff) | |
download | gcc-d82f6b002687e8ed18af7af07c59cff129870af9.zip gcc-d82f6b002687e8ed18af7af07c59cff129870af9.tar.gz gcc-d82f6b002687e8ed18af7af07c59cff129870af9.tar.bz2 |
darwin.h (HAS_INIT_SECTION): Remove definition.
* config/darwin.h (HAS_INIT_SECTION): Remove definition.
(INIT_SECTION_ASM_OP): Restore empty definition from before 2005-12-07.
From-SVN: r108346
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/darwin.h | 2 |
2 files changed, 6 insertions, 1 deletions
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 <richard@codesourcery.com> + * 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 <richard@codesourcery.com> + * 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 |