PR21287, Inconsistent section type for .init_array and .init_array.42
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / init-fini-arrays.s
1 .section .init_array.01000,"aw",%init_array
2 .p2align 2
3 .word 0
4
5 .section .fini_array.01000,"aw",%fini_array
6 .p2align 2
7 .word 0
This page took 0.054352 seconds and 5 git commands to generate.