x86: Remove i386-*-kaos* and i386-*-chaos targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / addend.s
1 .text
2 _start:
3 movl $foo@GOT, %eax
4 movl $foo@GOT + 4, %eax
5
6 .intel_syntax noprefix
7
8 mov eax, offset foo@got
9 mov eax, offset foo@got + 4
This page took 0.031157 seconds and 4 git commands to generate.