Optimize x86 GOT32X/GOTPCRELX relocations
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19609-2.s
1 .text
2 .weak bar
3 .globl _start
4 .type _start, @function
5 _start:
6 call *bar@GOT(%edx)
This page took 0.029995 seconds and 4 git commands to generate.