Merge "Remove __CTOR_LIST__ from mips/mips64."

This commit is contained in:
Elliott Hughes 2014-07-09 16:48:41 +00:00 committed by Gerrit Code Review
commit 3139f6fdd7
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