x86: Updated align branch tests for Darwin and i686-pc-elf
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pltgot-1.s
... / ...
CommitLineData
1 .text
2 .globl plt
3 .type plt, @function
4plt:
5 call *puts@GOT(%ebx)
6 jmp puts@PLT
This page took 0.022697 seconds and 4 git commands to generate.