ld: Run pr23189 for all targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr18160.s
1 .section .text.start,"ax",@progbits
2 .globl start
3 .type start, @function
4 start:
5 .cfi_startproc
6 jmp foo
7 .cfi_endproc
8 .size start, .-start
9 .section .text.foo,"ax",@progbits
10 .globl foo
11 .type foo, @function
12 foo:
13 .cfi_startproc
14 ret
15 .cfi_endproc
16 .size foo, .-foo
This page took 0.029759 seconds and 4 git commands to generate.