* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-selective / keepdot.s
blob42176e222761b62faeaf17b2990c44373473523d
1 .text
2 .stabs "int:t(0,1)=r(0,1);-2147483648;2147483647;",128,0,0,0
3 .stabs "char:t(0,2)=r(0,2);0;127;",128,0,0,0
5 .section .myinit,"ax"
6 .stabs "barxfoo:F(0,20)",36,0,2,_bar
7 .global _bar
8 .global _start
9 _start:
10 _bar:
11 .long 123
13 .section .mytext.baz,"ax"
14 .stabs "baz:F(0,20)",36,0,6,_baz
15 .global _baz
16 _baz:
17 .long 456