Merge "Remove __CTOR_LIST__ from mips/mips64."
diff --git a/linker/arch/mips/begin.S b/linker/arch/mips/begin.S
index b782947..4a855e6 100644
--- a/linker/arch/mips/begin.S
+++ b/linker/arch/mips/begin.S
@@ -100,8 +100,3 @@
addu $sp, 4*4 /* restore sp */
j $t9
.end __start
-
- .section .ctors, "wa"
- .globl __CTOR_LIST__
-__CTOR_LIST__:
- .long -1
diff --git a/linker/arch/mips64/begin.S b/linker/arch/mips64/begin.S
index 9e741c0..6827a2c 100644
--- a/linker/arch/mips64/begin.S
+++ b/linker/arch/mips64/begin.S
@@ -120,9 +120,3 @@
move t9, v0
j t9
.end __start
-
-/* FIXME:Is this still needed? */
- .section .ctors, "wa"
- .globl __CTOR_LIST__
-__CTOR_LIST__:
- .long -1