mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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.
7 lines
182 B
ArmAsm
7 lines
182 B
ArmAsm
.section .init_array.01000,"aw",%progbits
|
|
.align 4
|
|
.word 0
|
|
.section .fini_array.01000,"aw",%progbits
|
|
.align 4
|
|
.word 0
|