Check R_X86_64_32 overflow and allow R_X86_64_64 for x32.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / x86-64-pcrel.s
CommitLineData
862be3fb
L
1 .text
2_start:
3 movb $(xtrn - .), %al
4 movw $(xtrn - .), %ax
5 movl $(xtrn - .), %eax
6 movq $(xtrn - .), %rax
7
8 movb $xtrn, %al
9 movw $xtrn, %ax
10 movl $xtrn, %eax
11 movq $xtrn, %rax
d7921315
L
12 movabs $xtrn, %rax
13 movabsq xtrn, %rax
This page took 0.051526 seconds and 4 git commands to generate.