Commit d67c7dd8 by Richard Henderson Committed by Richard Henderson

m68k.c (m68k_svr3_asm_out_constructor): Protect with ifdef CTOR_LIST_BEGIN…

m68k.c (m68k_svr3_asm_out_constructor): Protect with ifdef CTOR_LIST_BEGIN instead of INIT_SECTION_ASM_OP.

        * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): Protect with
        ifdef CTOR_LIST_BEGIN instead of INIT_SECTION_ASM_OP.

From-SVN: r44770
parent 0dd99795
2001-08-10 Richard Henderson <rth@redhat.com>
* config/m68k/m68k.c (m68k_svr3_asm_out_constructor): Protect with
ifdef CTOR_LIST_BEGIN instead of INIT_SECTION_ASM_OP.
2001-08-10 Zack Weinberg <zackw@stanford.edu>
* calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY
......
......@@ -63,7 +63,7 @@ static void m68k_output_function_prologue PARAMS ((FILE *, HOST_WIDE_INT));
static void m68k_output_function_epilogue PARAMS ((FILE *, HOST_WIDE_INT));
static void m68k_coff_asm_named_section PARAMS ((const char *, unsigned int,
unsigned int));
#ifdef INIT_SECTION_ASM_OP
#ifdef CTOR_LIST_BEGIN
static void m68k_svr3_asm_out_constructor PARAMS ((rtx, int));
#endif
......@@ -4233,7 +4233,7 @@ m68k_coff_asm_named_section (name, flags, align)
fprintf (asm_out_file, "\t.section\t%s,\"%c\"\n", name, flagchar);
}
#ifdef INIT_SECTION_ASM_OP
#ifdef CTOR_LIST_BEGIN
static void
m68k_svr3_asm_out_constructor (symbol, priority)
rtx symbol;
......
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