x86: Remove i386-*-kaos* and i386-*-chaos targets
[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.031919 seconds and 4 git commands to generate.