ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN
[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.030444 seconds and 4 git commands to generate.