Disallow 64bit relocations in x32 mode.
[binutils.git] / gas / testsuite / gas / i386 / ilp32 / inval.s
blob416c1f89747584147e6de03ac9ffb8b249c61acb
1 .text
2 # All the following should be illegal for x32
3 movabs xxx,%rax
4 movabs foo,%rax
5 movabsq xxx,%rax
6 movabsq foo,%rax
8 .data
9 xxx:
10 .quad foo