Branch: refs/heads/davem/libperl
Home: https://github.com/Perl/perl5
Commit: 918f480990c5947a8e7fd42153521c347daea309
https://github.com/Perl/perl5/commit/918f480990c5947a8e7fd42153521c347daea309
Author: David Mitchell <[email protected]>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M t/porting/libperl.t
Log Message:
-----------
t/porting/libperl.t: add better diagnostics
If it fails to find a symbol where expected (e.g. in the text section of
the object file), then print a diagnostic message which lists all the nm
lines where the symbol *was* found (if any).
This is achieved by adding a xref hash which maps symbol names to arrays
of lines / object files.
Also document the format of the %symbols hash.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications