* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-arm / script-type.s
blobf9d41e861c743ac86de05b0a7a80246e8ef81d7f
1 .syntax unified
2 .text
3 .global bar_a
4 .type bar_a %function
5 bar_a:
6 bx lr
8 .p2align 4
9 .global bar_o
10 .type bar_o %object
11 bar_o:
12 .word 0
14 .p2align 4
15 .thumb
16 .global bar_t
17 .type bar_t %function
18 bar_t:
19 bx lr