diff options
Diffstat (limited to 'libc/arch-mips/bionic/crtend.S')
-rw-r--r-- | libc/arch-mips/bionic/crtend.S | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libc/arch-mips/bionic/crtend.S b/libc/arch-mips/bionic/crtend.S index 7a319be21..6984d0e02 100644 --- a/libc/arch-mips/bionic/crtend.S +++ b/libc/arch-mips/bionic/crtend.S @@ -35,13 +35,3 @@ .section .fini_array, "aw" .long 0 - .section .ctors, "aw" - .type __CTOR_END__, @object -__CTOR_END__: - .long 0 - - .section .dtors, "aw" - .type __DTOR_END__, @object -__DTOR_END__: - .long 0 - |