2 #name: weakref tests, local syms
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
8 # the rest of this file is generated with the following script:
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