2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intelpic.s
1 .text
2 .intel_syntax noprefix
3
4 gs_foo:
5 ret
6
7 bar:
8 lea eax, .LC0@GOTOFF[ebx]
9 mov eax, DWORD PTR gs_foo@GOT[ebx]
10
11 .L11:
12 jmp DWORD PTR[ .L11 + eax * 4 ]
13 .LC0:
14 lea eax, DWORD PTR[ .LC0@GOTOFF + ebx ]
This page took 0.03181 seconds and 4 git commands to generate.