From b61cccc2679a54d9de32ed5e5d9d1f61901a1bdf Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 30 Apr 1993 00:53:35 +0000 Subject: [PATCH] (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Definitions put into #if 0. From-SVN: r4280 --- gcc/config/mips/mips.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 74649d79749..5dd079766b4 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -844,6 +844,10 @@ do { \ #define EXTENDED_COFF /* ECOFF, not normal coff */ #endif +#if 0 /* These definitions normally have no effect because + MIPS systems define USE_COLLECT2, so + assemble_constructor does nothing anyway. */ + /* Don't use the default definitions, because we don't have gld. Also, we don't want stabs when generating ECOFF output. Instead we depend on collect to handle these. */ @@ -851,6 +855,7 @@ do { \ #define ASM_OUTPUT_CONSTRUCTOR(file, name) #define ASM_OUTPUT_DESTRUCTOR(file, name) +#endif /* 0 */ /* Target machine storage layout */ -- 2.30.2