]> gcc.gnu.org Git - gcc.git/commit
c-pragma.h (add_weak): Move prototype from here...
authorEric Christopher <echristo@redhat.com>
Tue, 28 Aug 2001 23:03:52 +0000 (23:03 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 28 Aug 2001 23:03:52 +0000 (23:03 +0000)
commit46f9491e74bcfdad8409d33bb407677e3a126f50
tree490b4a7728416582f147cb5193c5b68562a77802
parent5dde01439ea4977e8678c6cfc096c5a7d13fe821
c-pragma.h (add_weak): Move prototype from here...

2001-08-28  Eric Christopher <echristo@redhat.com>
    Richard Henderson <rth@redhat.com>

* c-pragma.h (add_weak): Move prototype from here...
* output.h (add_weak): ... to here.
* varasm.c (add_weak): Fix typo.
* config/mips/crti.asm: New file.
* config/mips/crtn.asm: Ditto.
* config/mips/elf.h (SBSS_SECTION_ASM_OP) Add #undef.
(CTOR_LISTS_DEFINED_EXTERNALLY): Remove.
(INVOKE__main): Ditto.
(INIT_SECTION_ASM_OP): New.
(FINI_SECTION_ASM_OP): Ditto.
(STARTFILE_SPEC): Add crti.
(ENDFILE_SPEC): Add crtn.
* config/mips/elf64.h: Same.
* config/mips/rtems64.h (INVOKE__main, NAME__MAIN, SYMBOL__MAIN):
Remove.
* config/mips/vxworks.h: Ditto.
* config/mips/t-elf: Support crti and crtn.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r45243
gcc/ChangeLog
gcc/c-pragma.h
gcc/config/mips/crti.asm [new file with mode: 0644]
gcc/config/mips/crtn.asm [new file with mode: 0644]
gcc/config/mips/elf.h
gcc/config/mips/elf64.h
gcc/config/mips/rtems64.h
gcc/config/mips/t-elf
gcc/config/mips/vxworks.h
gcc/output.h
gcc/varasm.c
This page took 0.05747 seconds and 5 git commands to generate.