i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / align-branch-1.s
1 .text
2 .globl _start
3 _start:
4 testl %edx, %edx
5 je .L1
6 testl %edx, %edx
7 je .L1
8 testl %edi, %edi
9 je .L1
10 leal bar@tlsldm(%ebx), %eax
11 call ___tls_get_addr@PLT
12 movl bar@dtpoff(%eax), %edx
13 testl %edx, %edx
14 je .L1
15 .L1:
16 ret
17 .section ".tdata", "awT", @progbits
18 bar:
19 .long 10
This page took 0.030428 seconds and 4 git commands to generate.