Fix bug in quirk_rust_enum
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr23194.s
CommitLineData
97373b2e
L
1 .text
2 .symver foo,foo@FOO
3 .globl foo
4 .type foo, @function
5foo:
099bb8fb 6 movl foobar@GOT(%ebx), %eax
97373b2e
L
7 .size foo, .-foo
8 .globl bar
9 .type bar, @function
10bar:
11 jmp *foo@GOT(%eax)
12 .size bar, .-bar
099bb8fb 13 .comm foobar,30,4
This page took 0.121471 seconds and 4 git commands to generate.