diff options
author | Jonathan Larmour <jlarmour@redhat.co.uk> | 2000-05-23 14:14:32 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@gcc.gnu.org> | 2000-05-23 14:14:32 +0000 |
commit | ed7fd6c8d92b376b50b92b05f510c8273faf1495 (patch) | |
tree | a42770c2a8aef0673c68c9a172000f294aa94fc1 /gcc/config/mips | |
parent | b81f53a13c2f0f6df57f82b2478e6398e9cf0f3a (diff) | |
download | gcc-ed7fd6c8d92b376b50b92b05f510c8273faf1495.tar.gz |
config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
From-SVN: r34105
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/elf64.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |