aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1992-05-18 14:38:12 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1992-05-18 14:38:12 +0000
commitb913db7da2803b971cd62d115adc4200223be124 (patch)
tree4aed1b840059a9ea089c28048a7eb126884d8644 /gcc
parent1e307bd81ae1340cd1966b791317e512624a7887 (diff)
downloadgcc-b913db7da2803b971cd62d115adc4200223be124.zip
gcc-b913db7da2803b971cd62d115adc4200223be124.tar.gz
gcc-b913db7da2803b971cd62d115adc4200223be124.tar.bz2
*** empty log message ***
From-SVN: r1009
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/mips.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 7463acf..831a099 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. */