x86: Don't set eh->local_ref to 1 for versioned symbol
[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:
6 ret
7 .size foo, .-foo
8 .globl bar
9 .type bar, @function
10bar:
11 jmp *foo@GOT(%eax)
12 .size bar, .-bar
This page took 0.024468 seconds and 4 git commands to generate.