config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define

From-SVN: r34105
This commit is contained in:
Jonathan Larmour 2000-05-23 14:14:32 +00:00 committed by Gavin Romig-Koch
parent b81f53a13c
commit ed7fd6c8d9
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-05-23 Jonathan Larmour <jlarmour@redhat.co.uk>
* config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
Tue May 23 06:50:29 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.

View file

@ -274,6 +274,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