From 0b6fa4c21edc6bcf17dc0e875d15b3744f662800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 15 Jan 2007 12:54:14 +0000 Subject: Auto-detect binary files that Requires: rtld(GNU_HASH) --- find-requires.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'find-requires.in') diff --git a/find-requires.in b/find-requires.in index 80e9d7c..ffb23ed 100755 --- a/find-requires.in +++ b/find-requires.in @@ -142,6 +142,9 @@ for f in $liblist $exelist ; do print $2 ; } } + (START==1) && /GNU_HASH/ { + print "rtld(GNU_HASH)"; + } /^Version References:$/ { START=2; } (START==2) && /required from/ { sub(/:/, "", $3); -- cgit v1.2.1