This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
abicheck/abicheck-1.2-bindings-fc4.patch

12 lines
533 B
Diff

diff -Nur abicheck-1.2-orig/abicheck.pl abicheck-1.2/abicheck.pl
--- abicheck-1.2-orig/abicheck.pl 2003-08-26 21:57:51.000000000 +0200
+++ abicheck-1.2/abicheck.pl 2005-04-11 12:59:04.000000000 +0200
@@ -1584,7 +1584,7 @@
$ld_debug_match = q/^\s*\d+:/;
$lddstub_match = '';
$binding_match =
- q/binding file (.*) to (.*): .*symbol `(\w+)'(.*)$/;
+ q/binding file (.*) \[.*\] to (.*) \[.*\]: .*symbol `(\w+)'(.*)$/;
$filter_match =
q/file=(.*); filtered by (.*)$/; # XXX not checked
$unbound_match =