aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Larmour <jlarmour@redhat.co.uk>2000-05-23 14:14:32 +0000
committerGavin Romig-Koch <gavin@gcc.gnu.org>2000-05-23 14:14:32 +0000
commited7fd6c8d92b376b50b92b05f510c8273faf1495 (patch)
treea42770c2a8aef0673c68c9a172000f294aa94fc1 /gcc
parentb81f53a13c2f0f6df57f82b2478e6398e9cf0f3a (diff)
downloadgcc-ed7fd6c8d92b376b50b92b05f510c8273faf1495.zip
gcc-ed7fd6c8d92b376b50b92b05f510c8273faf1495.tar.gz
gcc-ed7fd6c8d92b376b50b92b05f510c8273faf1495.tar.bz2
config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
From-SVN: r34105
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/elf64.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 68ee380..90d37d2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h
index c0c706a..03a5dba 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