Blame abicheck-1.2-bindings-fc4.patch

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