Remove x32 addend overflow for BFD_RELOC_64
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / fsgs.s
1 # Check FSGSBase new instructions.
2
3 .text
4 foo:
5 rdfsbase %ebx
6 rdgsbase %ebx
7 wrfsbase %ebx
8 wrgsbase %ebx
9
10 .intel_syntax noprefix
11 rdfsbase ebx
12 rdgsbase ebx
13 wrfsbase ebx
14 wrgsbase ebx
This page took 0.029395 seconds and 4 git commands to generate.