From: Michael Meissner Date: Mon, 18 May 1992 14:38:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b913db7da2803b971cd62d115adc4200223be124;p=gcc.git *** empty log message *** From-SVN: r1009 --- diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 7463acf7797..831a099cbf6 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -617,6 +617,13 @@ do { \ #define EXTENDED_COFF /* ECOFF, not normal coff */ #endif +/* 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. */ + +#define ASM_OUTPUT_CONSTRUCTOR(file, name) +#define ASM_OUTPUT_DESTRUCTOR(file, name) + /* Run-time compilation parameters selecting different hardware subsets. */