1#nm: --defined-only --extern-only
2#name: weakref tests, global syms
3#source: weakref1.s
4# see weakref1.d for comments on the not-targets
5# ecoff (OSF/alpha) lacks .weak support
6# pdp11 lacks .long
7#not-target: alpha*-*-osf* *-*-ecoff pdp11-*-aout
8
9# the rest of this file is generated with the following script:
10# # script begin
11# echo \#...
12# sed -n 's,^[ 	]*\.global \(g.*\),.* T \1,p' weakref1.s | uniq
13# echo \#pass
14# # script output:
15#...
16.* T gd6
17.* T gd7
18#pass
19