exported symbols may be weak, so allow symbols marked as W
This commit is contained in:
parent
70ab28f907
commit
dbd18f639c
@ -177,7 +177,7 @@ sub build_ref_tables
|
|||||||
} else {
|
} else {
|
||||||
# exporting all symbols
|
# exporting all symbols
|
||||||
foreach ( @$sym_ar ) {
|
foreach ( @$sym_ar ) {
|
||||||
/ [ABCDGRST] (.*)$/ and do {
|
/ [ABCDGRSTW] (.*)$/ and do {
|
||||||
warn "syma = $1\n" if $verbose;
|
warn "syma = $1\n" if $verbose;
|
||||||
$exp->{$1} = $name;
|
$exp->{$1} = $name;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user