Disable code that manages gcc.ifile.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 30 May 1994 14:42:01 +0000 (10:42 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 30 May 1994 14:42:01 +0000 (10:42 -0400)
From-SVN: r7390

gcc/config/m68k/dpx2g.h

index ea98e46..ea5cd13 100644 (file)
@@ -5,7 +5,8 @@
 #define USE_GAS
 #include "m68k/dpx2.h"
 
-#ifndef USE_COLLECT2
+#if 0 /* #ifndef USE_COLLECT2 */
+
 /* We use set vectors for the constructors/destructors. */ 
 
 #undef ASM_OUTPUT_CONSTRUCTOR
    %{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}\
   huge.o%s"
 
-#else /* !USE_COLLECT2 */
+#endif /* !USE_COLLECT2 */
 
 #undef STARTFILE_SPEC
 #define STARTFILE_SPEC \
   "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}\
   huge.o%s"
 
-#endif /* !USE_COLLECT2 */
-
 
 /*
  * we are using GAS