gdb/18216: displaced step+deliver signal, a thread needs step-over, crash
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr17709a.s
1 .protected foo
2 .globl foo
3 .data
4 .align 4
5 .type foo, @object
6 .size foo, 4
7 foo:
8 .long 1
This page took 0.031641 seconds and 4 git commands to generate.