Don't convert R_386_GOT32 relocation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19609-1.s
CommitLineData
bae420ef
L
1 .text
2 .weak bar
3 .globl _start
4 .type _start, @function
5_start:
6 cmp bar@GOT(%edx), %eax
7 cmp bar@GOT(%edx), %ecx
8 mov bar@GOT(%edx), %eax
9 mov bar@GOT(%edx), %ecx
10 test bar@GOT(%edx), %eax
11 test bar@GOT(%edx), %ecx
12 .size _start, .-_start
This page took 0.069072 seconds and 4 git commands to generate.