diff options
Diffstat (limited to 'gcc/config/i386/aix386.h')
-rw-r--r-- | gcc/config/i386/aix386.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/config/i386/aix386.h b/gcc/config/i386/aix386.h index a9115ad5ce7..f085c4210fe 100644 --- a/gcc/config/i386/aix386.h +++ b/gcc/config/i386/aix386.h @@ -60,10 +60,5 @@ Boston, MA 02111-1307, USA. */ asm ("pushl $0") #define CTOR_LIST_END CTOR_LIST_BEGIN -#define ASM_OUTPUT_CONSTRUCTOR(FILE,NAME) \ - do { \ - init_section (); \ - fprintf (FILE, "\tpushl $"); \ - assemble_name (FILE, NAME); \ - fprintf (FILE, "\n"); \ - } while (0) +#undef TARGET_ASM_CONSTRUCTOR +#define TARGET_ASM_CONSTRUCTOR ix86_svr3_asm_out_constructor |