* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-arm / cortex-a8-fix-bcc-rel.s
blobb7b945113af7f196e537e6626c95691d584e446c
1 .syntax unified
2 .cpu cortex-a8
3 .thumb
4 .text
6 @ expansion 32 bytes
7 .macro bw1
8 1:
9 add.w r0, r1, r2
10 bmi.w targetfn
11 add.w r0, r1, r2
12 bmi.w targetfn
13 add.w r0, r1, r2
14 bmi.w targetfn
15 add.w r0, r1, r2
16 bmi.w targetfn
17 .endm
19 @ expansion 128 bytes
20 .macro bw2
21 bw1
22 bw1
23 bw1
24 bw1
25 .endm
27 .align 3
28 .global _start
29 .thumb
30 .thumb_func
31 .type _start, %function
32 _start:
33 nop
35 bw2
36 bw2
38 bx lr