Branch: refs/heads/davem/libperl
Home: https://github.com/Perl/perl5
Commit: 70a7d0c5ab4a33fccf3ffb7d45ca80de06a40aed
https://github.com/Perl/perl5/commit/70a7d0c5ab4a33fccf3ffb7d45ca80de06a40aed
Author: David Mitchell <[email protected]>
Date: 2024-07-30 (Tue, 30 Jul 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