i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intelpic.s
CommitLineData
64cbbfae
L
1.text
2.intel_syntax noprefix
3
4gs_foo:
5 ret
6
7bar:
8 lea eax, .LC0@GOTOFF[ebx]
9 mov eax, DWORD PTR gs_foo@GOT[ebx]
6f4c35a5
L
10
11.L11:
12 jmp DWORD PTR[ .L11 + eax * 4 ]
13.LC0:
14 lea eax, DWORD PTR[ .LC0@GOTOFF + ebx ]
087d837e
L
15 jmp DWORD PTR[ .L11 + eax * 4 + 0x1000 ]
16 jmp DWORD PTR[ .L12 + eax * 4 + 0x1000 ]
17.L12:
18 nop
19L11:
20 jmp DWORD PTR[ L11 + eax * 4 + 0x1000 ]
21 jmp DWORD PTR[ L12 + eax * 4 + 0x1000 ]
22L12:
23 nop
This page took 0.834149 seconds and 4 git commands to generate.