Commit 105d2282 by Jonathan Larmour Committed by Gavin Romig-Koch

elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.

2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* config/mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.

From-SVN: r32316
parent 20a4db98
2000-03-03 Jonathan Larmour <jlarmour@cygnus.co.uk>
* config/mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
2000-03-03 Richard Henderson <rth@cygnus.com>
* alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
......
......@@ -293,6 +293,11 @@ do { \
#define CTORS_SECTION_ASM_OP "\t.section\t.ctors,\"aw\""
#define DTORS_SECTION_ASM_OP "\t.section\t.dtors,\"aw\""
/* There's no point providing a default definition of __CTOR_LIST__
since people are expected either to use crtbegin.o, or an equivalent,
or provide their own definition. */
#define CTOR_LISTS_DEFINED_EXTERNALLY
/* A list of other sections which the compiler might be "in" at any
given time. */
#undef EXTRA_SECTIONS
......
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