gas/ChangeLog:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / weakref1l.d
CommitLineData
06e77878
AO
1#nm: --defined-only --no-sort
2#name: weakref tests, local syms
3#source: weakref1.s
4# aix drops local symbols
5# see weakref1.d for comments on the other not-targets
6#not-target: *-*-aix* alpha*-*-osf* *-*-ecoff pdp11-*-aout
7
8# the rest of this file is generated with the following script:
9# # script begin
10# sed -n 's,^\(l[^ ]*\)[ ]*:.*,.* t \1,p;s:^[ ]*\.set[ ][ ]*\(l[^ ]*\)[ ]*,.*:.* t \1:p' weakref1.s | uniq | while read line; do echo "#..."; echo "$line"; done
11# echo \#pass
12# # script output:
13#...
14.* t l
15#...
16.* t lr1
17#...
18.* t lr2
19#...
20.* t lr6
21#...
22.* t lr7
23#...
24.* t ld1
25#...
26.* t ld2
27#...
28.* t ld3
29#...
30.* t ld4
31#...
32.* t ld8
33#...
34.* t ld9
35#pass
This page took 0.024064 seconds and 4 git commands to generate.