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
This commit is contained in:
Jonathan Larmour 2000-03-03 20:11:12 +00:00 committed by Gavin Romig-Koch
parent 20a4db9854
commit 105d228299
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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