aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-11-08 08:49:28 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-11-08 08:49:28 -0500
commitdacb8ca63c87b320532eaa4e7a044703d6f8e649 (patch)
tree79b09c536c917b208ce091d0d4b394a31e500461
parent342647a5e7e26042ba0c9275ac5f09c418f7b11c (diff)
downloadgcc-dacb8ca63c87b320532eaa4e7a044703d6f8e649.zip
gcc-dacb8ca63c87b320532eaa4e7a044703d6f8e649.tar.gz
gcc-dacb8ca63c87b320532eaa4e7a044703d6f8e649.tar.bz2
(ASM_OUTPUT_{CONSTRUCTOR,DESTRUCTOR}): Don't redefine, if already
defined. From-SVN: r10569
-rw-r--r--gcc/config/rs6000/rs6000.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h
index 7cb08fe..58adae7 100644
--- a/gcc/config/rs6000/rs6000.h
+++ b/gcc/config/rs6000/rs6000.h
@@ -1638,8 +1638,13 @@ typedef struct rs6000_args
.stabs in cc1plus. */
#define FASCIST_ASSEMBLER
+
+#ifndef ASM_OUTPUT_CONSTRUCTOR
#define ASM_OUTPUT_CONSTRUCTOR(file, name)
+#endif
+#ifndef ASM_OUTPUT_DESTRUCTOR
#define ASM_OUTPUT_DESTRUCTOR(file, name)
+#endif
/* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
is done just by pretending it is already truncated. */