Commit ace0544a by Bernd Schmidt Committed by Bernd Schmidt

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

From-SVN: r105234
parent eef90962
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> 2005-10-11 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.md (movsi_1, movdi_1_rex64): Use mmxadd type * config/i386/i386.md (movsi_1, movdi_1_rex64): Use mmxadd type
......
...@@ -35,13 +35,13 @@ Boston, MA 02110-1301, USA. */ ...@@ -35,13 +35,13 @@ Boston, MA 02110-1301, USA. */
.ident "GNU C crti.o" .ident "GNU C crti.o"
.section .init .section .init
.globl _init .globl __init
.type _init,@function .type __init,@function
_init: __init:
LINK 0; LINK 0;
.section .fini .section .fini
.globl _fini .globl __fini
.type _fini,@function .type __fini,@function
_fini: __fini:
LINK 0; LINK 0;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment