am 742fce7b: am 3139f6fd: Merge "Remove __CTOR_LIST__ from mips/mips64."

* commit '742fce7b8414c095dd895547564ea8ef55d526b0':
  Remove __CTOR_LIST__ from mips/mips64.
This commit is contained in:
Elliott Hughes 2014-07-09 16:58:06 +00:00 committed by Android Git Automerger
commit 48ad92a4b1
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