Set SEC_KEEP on section XXX for undefined __start_XXX/__stop_XXX
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / start.s
1 .globl _start
2 _start:
3 .long __start__foo
4 .section _foo,"aw",%progbits
5 foo:
6 .long 1
This page took 0.031812 seconds and 5 git commands to generate.