2 #name
: weakref tests
, strong undefined syms
4 # aout turns undefined
into *ABS
* symbols
.
5 # see weakref1
.d
for comments on the other
not-targets
6 #
not-target
: *-*-*aout ns32k
-*-netbsd alpha
*-*-osf
* *-*-ecoff
8 # the rest of
this file
is generated
with the following script
:
10 # sed
-n
's:^[ ]*\.weakref .*, \(u.*\)$:.* U \1:p' weakref1
.s | uniq |
while read line
; do echo
"#..."; echo
"$line"; done