MIPS/BFD: Report `bfd_reloc_outofrange' errors as such
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-pcrel.s
CommitLineData
ae8887b5
JB
1 .text
2_start:
3 movb $(xtrn - .), %al
4 movw $(xtrn - .), %ax
5 movl $(xtrn - .), %eax
6 movq $(xtrn - .), %rax
d6ab8113
JB
7 movabsq $(xtrn - .), %rax
8
9 movb $xtrn, %al
10 movw $xtrn, %ax
11 movl $xtrn, %eax
dbbaec26 12 movq $xtrn, %rax
d6ab8113 13 movabsq $xtrn, %rax
ae8887b5
JB
14
15 .p2align 4,0
This page took 0.548803 seconds and 4 git commands to generate.