From dacb8ca63c87b320532eaa4e7a044703d6f8e649 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 8 Nov 1995 08:49:28 -0500 Subject: [PATCH] (ASM_OUTPUT_{CONSTRUCTOR,DESTRUCTOR}): Don't redefine, if already defined. From-SVN: r10569 --- gcc/config/rs6000/rs6000.h | 5 +++++ 1 file changed, 5 insertions(+) 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. */ -- 2.30.2