1 #nm: --undefined-only 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 m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd alpha*-*-osf* *-*-ecoff 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 ud5 43 #... 44 .* U uh8 45 #... 46 .* U uh9 47 #... 48 .* U um5 49 #pass 50