Remove m68k-aout and m68k-coff support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / weakref1u.d
CommitLineData
9af14372 1#nm: --undefined-only
06e77878
AO
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
dc12032b 6#not-target: *-*-*aout ns32k-*-netbsd alpha*-*-osf* *-*-ecoff
06e77878
AO
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#...
9af14372 42.* U ud5
06e77878
AO
43#...
44.* U uh8
45#...
46.* U uh9
47#...
9af14372 48.* U um5
06e77878 49#pass
This page took 0.50963 seconds and 4 git commands to generate.