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
This commit is contained in:
Andrew Haley 1999-10-29 15:36:21 +00:00 committed by Andrew Haley
parent 4fc026cde9
commit 273eca161d
3 changed files with 5 additions and 4 deletions

View 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.

View 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 \

View 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 \