mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
040b4a9eb8
Well, just __stop__foo but that should be good enough. * testsuite/ld-gc/stop.d, * testsuite/ld-gc/stop.s: New test. * testsuite/ld-gc/gc.exp: Run it.
9 lines
84 B
ArmAsm
9 lines
84 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
.dc.a 0
|
|
|
|
.section _foo,"aw",%progbits
|
|
foo:
|
|
.long 1
|