Remove __CTOR_LIST__ from mips/mips64.

Change-Id: I3486b09e30b32ddb67da602cbc2b5fb0402f9764
This commit is contained in:
Elliott Hughes 2014-07-09 09:20:17 -07:00
parent 3c12ae56f4
commit 40ad229b25
2 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -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