gas/ChangeLog:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / weakref1u.d
CommitLineData
06e77878
AO
1#nm: --undefined-only --no-sort
2#name: weakref tests, strong undefined syms
3#source: weakref1.s
4# aout turns undefined into *ABS* symbols.
5# see weakref1.d for comments on the other not-targets
6#not-target: *-*-aout ns32k-*-netbsd 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:^[ ]*\.weakref .*, \(u.*\)$:.* U \1:p' weakref1.s | uniq | while read line; do echo "#..."; echo "$line"; done
11# echo \#pass
12# # script output:
13#...
14.* U ua2
15#...
16.* U ua3
17#...
18.* U ua4
19#...
20.* U ub2
21#...
22.* U ub3
23#...
24.* U ub4
25#...
26.* U uc2
27#...
28.* U uc3
29#...
30.* U uc4
31#...
32.* U uc5
33#...
34.* U uc6
35#...
36.* U uc7
37#...
38.* U uc8
39#...
40.* U uc9
41#...
42.* U um2
43#...
44.* U um5
45#...
46.* U uh8
47#...
48.* U uh9
49#...
50.* U ur6
51#...
52.* U ud5
53#pass
This page took 0.025156 seconds and 4 git commands to generate.