Commit d82f6b00 by Richard Sandiford Committed by Richard Sandiford

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
parent 8a8e9f05
2005-12-10 Richard Sandiford <richard@codesourcery.com> 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. * output.h (init_section, fini_section): Delete.
* varasm.c (init_section, fini_section): Delete. * varasm.c (init_section, fini_section): Delete.
(init_varasm_once): Don't initialize them. (init_varasm_once): Don't initialize them.
......
...@@ -441,7 +441,7 @@ Boston, MA 02110-1301, USA. */ ...@@ -441,7 +441,7 @@ Boston, MA 02110-1301, USA. */
#define NO_PROFILE_COUNTERS 1 #define NO_PROFILE_COUNTERS 1
#undef INIT_SECTION_ASM_OP #undef INIT_SECTION_ASM_OP
#define HAS_INIT_SECTION #define INIT_SECTION_ASM_OP
#undef INVOKE__main #undef INVOKE__main
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment