From: Richard Kenner Date: Tue, 7 Nov 1995 14:52:05 +0000 (-0500) Subject: (ASM_OUTPUT_{DES,CONS}TRUCTOR): Define. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6cf191be5ea87b90d5a7d0a33dba983ba3b7d08;p=platform%2Fupstream%2Fgcc.git (ASM_OUTPUT_{DES,CONS}TRUCTOR): Define. From-SVN: r10565 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index f719f92..7cb08fe 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1638,6 +1638,8 @@ typedef struct rs6000_args .stabs in cc1plus. */ #define FASCIST_ASSEMBLER +#define ASM_OUTPUT_CONSTRUCTOR(file, name) +#define ASM_OUTPUT_DESTRUCTOR(file, name) /* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits is done just by pretending it is already truncated. */