From b5f3ee5d2d197e7763ad52e7ea226fccbe3681bc Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 30 Jul 1992 04:55:37 +0000 Subject: [PATCH] (EXTRA_SECTION_FUNCTIONS): Deleted. From-SVN: r1721 --- gcc/config/m68k/dpx2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/m68k/dpx2.h b/gcc/config/m68k/dpx2.h index 41dbc90ad05..50f955f6a7e 100644 --- a/gcc/config/m68k/dpx2.h +++ b/gcc/config/m68k/dpx2.h @@ -59,7 +59,7 @@ #undef DO_GLOBAL_CTORS_BODY /* don't use svr3.h version */ #undef DO_GLOBAL_DTORS_BODY - +#if 0 /* Should be no need now that svr3.h defines BSS_SECTION_FUNCTION. */ /* * svr3.h says to use BSS_SECTION_FUNCTION * but no one appears to, and there is @@ -72,6 +72,7 @@ INIT_SECTION_FUNCTION \ FINI_SECTION_FUNCTION #endif +#endif /* 0 */ #ifndef USE_GAS /* -- 2.30.2