* commit '742fce7b8414c095dd895547564ea8ef55d526b0': Remove __CTOR_LIST__ from mips/mips64.
This commit is contained in:
commit
48ad92a4b1
@ -100,8 +100,3 @@ __start:
|
||||
addu $sp, 4*4 /* restore sp */
|
||||
j $t9
|
||||
.end __start
|
||||
|
||||
.section .ctors, "wa"
|
||||
.globl __CTOR_LIST__
|
||||
__CTOR_LIST__:
|
||||
.long -1
|
||||
|
@ -120,9 +120,3 @@ __start:
|
||||
move t9, v0
|
||||
j t9
|
||||
.end __start
|
||||
|
||||
/* FIXME:Is this still needed? */
|
||||
.section .ctors, "wa"
|
||||
.globl __CTOR_LIST__
|
||||
__CTOR_LIST__:
|
||||
.long -1
|
||||
|
Loading…
Reference in New Issue
Block a user