3cff7cc71f
.fini_array.* when do relocatable linking. * scripttempl/elf.sc: Likewise. * scripttempl/elf32sh-symbian.sc: Likewise. * scripttempl/elf64hppa.sc: Likewise. * scripttempl/elfxtensa.sc: Likewise. testsuite/ * ld-elf/init-fini-arrays.s: New test. * ld-elf/init-fini-arrays.d: New test.
6 lines
182 B
ArmAsm
6 lines
182 B
ArmAsm
.section .init_array.01000,"aw",%progbits
|
|
.align 4
|
|
.word 0
|
|
.section .fini_array.01000,"aw",%progbits
|
|
.align 4
|
|
.word 0
|