From: Richard Kenner Date: Wed, 8 Nov 1995 13:49:28 +0000 (-0500) Subject: (ASM_OUTPUT_{CONSTRUCTOR,DESTRUCTOR}): Don't redefine, if already X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dacb8ca63c87b320532eaa4e7a044703d6f8e649;p=gcc.git (ASM_OUTPUT_{CONSTRUCTOR,DESTRUCTOR}): Don't redefine, if already defined. From-SVN: r10569 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 7cb08fea37e..58adae779c6 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. */