PowerPC TPREL16_HA/LO reloc optimization
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20515.s
1 .text
2 .globl bar
3 .type bar, @function
4 bar:
5 jmp foo
6 .size bar, .-bar
7 .hidden foo
8 .type foo, %gnu_indirect_function
9 .globl foo
10 foo:
11 ret
12 .size foo, .-foo
This page took 0.04009 seconds and 4 git commands to generate.