Merge "Remove unused .ctors, .dtors, and .eh_frame in MIPS crt*_so.S."

This commit is contained in:
Andrew Hsieh
2012-08-28 23:08:55 -07:00
committed by android code review
2 changed files with 0 additions and 37 deletions

View File

@@ -38,24 +38,7 @@ __FINI_ARRAY__:
.long -1 .long -1
.long __do_global_dtors_aux .long __do_global_dtors_aux
.section .ctors, "aw"
.type __CTOR_LIST__, @object
.globl __CTOR_LIST__
__CTOR_LIST__:
.long -1
.section .dtors, "aw"
.type __DTOR_LIST__, @object
.globl __DTOR_LIST__
__DTOR_LIST__:
.long -1
.abicalls .abicalls
.section .eh_frame,"a",@progbits
.align 2
.type __EH_FRAME_BEGIN__, @object
.size __EH_FRAME_BEGIN__, 0
__EH_FRAME_BEGIN__:
.text .text
.align 2 .align 2
.set nomips16 .set nomips16
@@ -105,8 +88,6 @@ $L8:
.size __do_global_dtors_aux, .-__do_global_dtors_aux .size __do_global_dtors_aux, .-__do_global_dtors_aux
.local completed.1269 .local completed.1269
.comm completed.1269,1,1 .comm completed.1269,1,1
.local object.1265
.comm object.1265,24,4
.weak __cxa_finalize .weak __cxa_finalize
.include "__dso_handle.S" .include "__dso_handle.S"

View File

@@ -3,21 +3,3 @@
.section .fini_array, "aw" .section .fini_array, "aw"
.long 0 .long 0
.section .ctors, "aw", @progbits
.type __CTOR_END__, @object
__CTOR_END__:
.long 0
.section .dtors, "aw", @progbits
.type __DTOR_END__, @object
__DTOR_END__:
.long 0
.section .eh_frame,"a",@progbits
.align 4
.type __FRAME_END__, @object
.size __FRAME_END__, 4
__FRAME_END__:
.zero 4