This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa9721
)
_LIB_VERSION scan was trying leading address twice.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 22 Jul 2014 21:22:57 +0000
(17:22 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 22 Jul 2014 21:22:57 +0000
(17:22 -0400)
Important with PERL_GLOBAL_STRUCT_PRIVATE.
t/porting/libperl.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/libperl.t
b/t/porting/libperl.t
index
d7276fe
..
7bd2198
100644
(file)
--- a/
t/porting/libperl.t
+++ b/
t/porting/libperl.t
@@
-206,7
+206,7
@@
sub nm_parse_gnu {
# Bb: uninitialized data (bss)
# Ss: uninitialized data "for small objects"
$symbols->{data}{bss}{$1}{$symbols->{o}}++;
- } elsif (/^
0{16}
D _LIB_VERSION$/) {
+ } elsif (/^D _LIB_VERSION$/) {
# Skip the _LIB_VERSION (not ours, probably libm)
} elsif (/^[DdGg] (\w+)$/) {
# Dd: initialized data