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