Add R_386_GOT32X support to gas and ld
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-gidt.s
1 # Instructions to load/store global/interrupt description table
2 # register.
3
4 .text
5 foo:
6 sidt (%rax)
7 lidt (%rax)
8 sgdt (%rax)
9 lgdt (%rax)
10 sidtq (%rax)
11 lidtq (%rax)
12 sgdtq (%rax)
13 lgdtq (%rax)
14 .p2align 4,0
This page took 0.029862 seconds and 4 git commands to generate.