Make __start/__stop symbols protected visibility
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / pr20022a.s
CommitLineData
cbd0eecf
L
1 .data
2 .globl bar
3 .type bar,%object
4bar:
5 .dc.a __start__foo
f78d1b3a 6 .size bar, .-bar
cbd0eecf
L
7 .section _foo,"aw",%progbits
8foo:
9 .ascii "This is bar"
This page took 0.040261 seconds and 4 git commands to generate.