doc: sframe: Clarify FDE/FRE function/range start address fields
[binutils-gdb.git] / ld / testsuite / ld-i386 / pr23194.s
bloba64bae16fed95d7789eb08a37c780181590db631
1 .text
2 .symver foo,foo@FOO
3 .globl foo
4 .type foo, @function
5 foo:
6 movl foobar@GOT(%ebx), %eax
7 .size foo, .-foo
8 .globl bar
9 .type bar, @function
10 bar:
11 jmp *foo@GOT(%eax)
12 .size bar, .-bar
13 .comm foobar,30,4