* config/bfin/crti.s (__init, __fini): Renamed from _init, _fini.

From-SVN: r105234
This commit is contained in:
Bernd Schmidt 2005-10-11 11:15:50 +00:00 committed by Bernd Schmidt
parent eef9096257
commit ace0544ad6
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2005-10-11 Bernd Schmidt <bernd.schmidt@analog.com>
* config/bfin/crti.s (__init, __fini): Renamed from _init, _fini.
2005-10-11 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.md (movsi_1, movdi_1_rex64): Use mmxadd type

View File

@ -35,13 +35,13 @@ Boston, MA 02110-1301, USA. */
.ident "GNU C crti.o"
.section .init
.globl _init
.type _init,@function
_init:
.globl __init
.type __init,@function
__init:
LINK 0;
.section .fini
.globl _fini
.type _fini,@function
_fini:
.globl __fini
.type __fini,@function
__fini:
LINK 0;