diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-30 10:42:01 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-30 10:42:01 -0400 |
commit | 3537b3d40682dffcf780f6236f6036645b874e30 (patch) | |
tree | f0a4ea199f2bcdff790d0b9817e9f23b2e440102 | |
parent | 82bb0dd1e44a91c019fb55a112fe290a10dada01 (diff) | |
download | gcc-3537b3d40682dffcf780f6236f6036645b874e30.zip gcc-3537b3d40682dffcf780f6236f6036645b874e30.tar.gz gcc-3537b3d40682dffcf780f6236f6036645b874e30.tar.bz2 |
Disable code that manages gcc.ifile.
From-SVN: r7390
-rw-r--r-- | gcc/config/m68k/dpx2g.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/m68k/dpx2g.h b/gcc/config/m68k/dpx2g.h index ea98e46..ea5cd13 100644 --- a/gcc/config/m68k/dpx2g.h +++ b/gcc/config/m68k/dpx2g.h @@ -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 @@ -34,15 +35,13 @@ %{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 |