aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Haley <aph@cygnus.com>1999-10-29 15:36:21 +0000
committerAndrew Haley <aph@gcc.gnu.org>1999-10-29 15:36:21 +0000
commit273eca161d63212e277395b9495e55c3ee432310 (patch)
treed32001aba8d44b4e8a56dd3246a63436042b0800
parent4fc026cde962981346b29d5040d3012d5292f811 (diff)
downloadgcc-273eca161d63212e277395b9495e55c3ee432310.zip
gcc-273eca161d63212e277395b9495e55c3ee432310.tar.gz
gcc-273eca161d63212e277395b9495e55c3ee432310.tar.bz2
elf.h: remove NAME__MAIN and SYMBOL__MAIN.
Fri Oct 29 16:30:04 1999 Andrew Haley <aph@cygnus.com> * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN. * config/mips/elf64.h: ditto. From-SVN: r30258
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/elf.h2
-rw-r--r--gcc/config/mips/elf64.h2
3 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 68090e2..6f5d987 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 29 16:30:04 1999 Andrew Haley <aph@cygnus.com>
+
+ * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
+ * config/mips/elf64.h: ditto.
+
Fri Oct 29 08:03:57 1999 Catherine Moore <clm@cygnus.com>
* expr.c (emit_push_insn): New argument alignment_pad.
diff --git a/gcc/config/mips/elf.h b/gcc/config/mips/elf.h
index 6fbc432..690b005 100644
--- a/gcc/config/mips/elf.h
+++ b/gcc/config/mips/elf.h
@@ -296,8 +296,6 @@ do { \
#define EXTRA_SECTIONS in_sdata, in_sbss, in_rdata, in_ctors, in_dtors
#define INVOKE__main
-#define NAME__MAIN "__gccmain"
-#define SYMBOL__MAIN __gccmain
#undef EXTRA_SECTION_FUNCTIONS
#define EXTRA_SECTION_FUNCTIONS \
diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h
index 3ad4a08..248dd32 100644
--- a/gcc/config/mips/elf64.h
+++ b/gcc/config/mips/elf64.h
@@ -277,8 +277,6 @@ do { \
#define EXTRA_SECTIONS in_sdata, in_rdata, in_ctors, in_dtors
#define INVOKE__main
-#define NAME__MAIN "__gccmain"
-#define SYMBOL__MAIN __gccmain
#undef EXTRA_SECTION_FUNCTIONS
#define EXTRA_SECTION_FUNCTIONS \