aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-04-30 00:53:35 +0000
committerRichard Stallman <rms@gnu.org>1993-04-30 00:53:35 +0000
commitb61cccc2679a54d9de32ed5e5d9d1f61901a1bdf (patch)
tree3feb45ec3ee93e8a6d75b8ce552281e0ed2d7215
parent2778eaeaa277ce0c438ab058995013ef7a7a269d (diff)
downloadgcc-b61cccc2679a54d9de32ed5e5d9d1f61901a1bdf.zip
gcc-b61cccc2679a54d9de32ed5e5d9d1f61901a1bdf.tar.gz
gcc-b61cccc2679a54d9de32ed5e5d9d1f61901a1bdf.tar.bz2
(ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
Definitions put into #if 0. From-SVN: r4280
-rw-r--r--gcc/config/mips/mips.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 74649d7..5dd07976 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -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 */
/* Target machine storage layout */