Commit dacb8ca6 by Richard Kenner

(ASM_OUTPUT_{CONSTRUCTOR,DESTRUCTOR}): Don't redefine, if already

defined.

From-SVN: r10569
parent 342647a5
...@@ -1638,8 +1638,13 @@ typedef struct rs6000_args ...@@ -1638,8 +1638,13 @@ typedef struct rs6000_args
.stabs in cc1plus. */ .stabs in cc1plus. */
#define FASCIST_ASSEMBLER #define FASCIST_ASSEMBLER
#ifndef ASM_OUTPUT_CONSTRUCTOR
#define ASM_OUTPUT_CONSTRUCTOR(file, name) #define ASM_OUTPUT_CONSTRUCTOR(file, name)
#endif
#ifndef ASM_OUTPUT_DESTRUCTOR
#define ASM_OUTPUT_DESTRUCTOR(file, name) #define ASM_OUTPUT_DESTRUCTOR(file, name)
#endif
/* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits /* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
is done just by pretending it is already truncated. */ is done just by pretending it is already truncated. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment