mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 17:49:38 +08:00
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:
parent
20a4db9854
commit
105d228299
@ -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>
|
2000-03-03 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
* alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
|
* 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 CTORS_SECTION_ASM_OP "\t.section\t.ctors,\"aw\""
|
||||||
#define DTORS_SECTION_ASM_OP "\t.section\t.dtors,\"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
|
/* A list of other sections which the compiler might be "in" at any
|
||||||
given time. */
|
given time. */
|
||||||
#undef EXTRA_SECTIONS
|
#undef EXTRA_SECTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user