x86: Don't generate GOT_symbol for PLT relocations
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / no-got.s
1 .global foo
2 .type foo, @function
3 foo:
4 jmp bar@PLT
5 call bar@PLT
This page took 0.02996 seconds and 4 git commands to generate.