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