Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f35bf038bd44808eca8c6504b9f490e7f8aceeed https://github.com/Perl/perl5/commit/f35bf038bd44808eca8c6504b9f490e7f8aceeed Author: David Mitchell <da...@iabyn.com> Date: 2024-08-02 (Fri, 02 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