* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-sh / fdpic-gotofffuncdesc-shared.s
blobdaf1c8483c370d36a44ce0f5feca7ed390937e0c
1 .text
2 .globl f
3 .type f,@function
4 f:
5 mov.l .L1, r1
6 add r12, r1
7 .align 2
8 .L1:
9 .long foo@GOTOFFFUNCDESC
10 .type foo,@function
11 foo:
12 nop