alpha testsuite fixes
[external/binutils.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