]> gcc.gnu.org Git - gcc.git/commitdiff
(ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
authorRichard Stallman <rms@gnu.org>
Fri, 30 Apr 1993 00:53:35 +0000 (00:53 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 30 Apr 1993 00:53:35 +0000 (00:53 +0000)
Definitions put into #if 0.

From-SVN: r4280

gcc/config/mips/mips.h

index 74649d79749a325e2dfd4a6772ff93ab18ff072c..5dd079766b4f70c2c9a6fa258214ce5bad09fc18 100644 (file)
@@ -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 */
 \f
 /* Target machine storage layout */
 
This page took 0.071076 seconds and 5 git commands to generate.