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
This commit is contained in:
parent
8a8e9f0522
commit
d82f6b0026
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue