]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
elf.h: remove NAME__MAIN and SYMBOL__MAIN.
authorAndrew Haley <aph@cygnus.com>
Fri, 29 Oct 1999 15:36:21 +0000 (15:36 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 29 Oct 1999 15:36:21 +0000 (15:36 +0000)
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

gcc/ChangeLog
gcc/config/mips/elf.h
gcc/config/mips/elf64.h

index 68090e2a931a6790ee177f2ab891f4fd4aafe2fd..6f5d987efba3833fbd85430162912c5f2e6ac59b 100644 (file)
@@ -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.
index 6fbc432afe071154683c39c688288951eb7d4b6f..690b005f4b1a78dc22cad60bbab8bad07f2c3cd1 100644 (file)
@@ -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                                         \
index 3ad4a08bd443a1c01eb3dc76066fe9786bb11134..248dd32637c1f247f5a95ebf57245c3124fa463d 100644 (file)
@@ -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                                         \