exported symbols may be weak, so allow symbols marked as W

This commit is contained in:
Mike Frysinger 2007-11-18 06:13:58 +00:00
parent 70ab28f907
commit dbd18f639c

View File

@ -177,7 +177,7 @@ sub build_ref_tables
} else {
# exporting all symbols
foreach ( @$sym_ar ) {
/ [ABCDGRST] (.*)$/ and do {
/ [ABCDGRSTW] (.*)$/ and do {
warn "syma = $1\n" if $verbose;
$exp->{$1} = $name;
};