(ASM_OUTPUT_{CONSTRUCTOR,DESTRUCTOR}): Don't redefine, if already
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 8 Nov 1995 13:49:28 +0000 (08:49 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 8 Nov 1995 13:49:28 +0000 (08:49 -0500)
defined.

From-SVN: r10569

gcc/config/rs6000/rs6000.h

index 7cb08fea37e66709e6f716c65a285ff82ebeb6d8..58adae779c61be6b8507f14f74f517a0a211d566 100644 (file)
@@ -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.  */