am 3139f6fd
: Merge "Remove __CTOR_LIST__ from mips/mips64."
* commit '3139f6fdd7f9bec3b53be3da62314ae8ba24ceb4': Remove __CTOR_LIST__ from mips/mips64.
This commit is contained in:
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user