From ed7fd6c8d92b376b50b92b05f510c8273faf1495 Mon Sep 17 00:00:00 2001 From: Jonathan Larmour Date: Tue, 23 May 2000 14:14:32 +0000 Subject: [PATCH] config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define From-SVN: r34105 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/elf64.h | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 68ee38034fa..90d37d2b7fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-23 Jonathan Larmour + + * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define + Tue May 23 06:50:29 2000 Richard Kenner * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler. diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h index c0c706ae2c3..03a5dbab202 100644 --- a/gcc/config/mips/elf64.h +++ b/gcc/config/mips/elf64.h @@ -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 -- 2.30.2