Home | History | Annotate | Download | only in all
      1 #nm: --defined-only
      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 ld1
     17 #...
     18 .* t ld2
     19 #...
     20 .* t ld3
     21 #...
     22 .* t ld4
     23 #...
     24 .* t ld8
     25 #...
     26 .* t ld9
     27 #pass
     28