Package: mklibs Version: 0.1.16 Severity: wishlist The patch below also shows what symbols are added to the list of undefined symbols when processing a library, similar to existing debugging output for provided_symbols. This was very useful to me when debugging #330831.
--- /usr/bin/mklibs.orig 2005-09-12 15:37:01.000000000 +0200
+++ /usr/bin/mklibs 2005-10-08 15:46:09.261466080 +0200
@@ -157,6 +157,7 @@
if match:
bind, ndx, name = match.groups()
if bind != "LOCAL" and ndx == "UND":
+ debug(DEBUG_SPAM, "undefined_symbols adding", `name`)
result.add((name, bind == "WEAK"))
return result
pgpLp39Ew3Wsz.pgp
Description: PGP signature

