From ca60c30e3a048234fa3e6736d3145af6128b6f8c Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 26 May 2002 18:40:25 +0000 Subject: - fix: un-resurrect "()(64bit)" markings using objdump on i386. CVS patchset: 5449 CVS date: 2002/05/26 18:40:25 --- autodeps/linux.req | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'autodeps') diff --git a/autodeps/linux.req b/autodeps/linux.req index 23bc50752..16b568424 100644 --- a/autodeps/linux.req +++ b/autodeps/linux.req @@ -98,8 +98,9 @@ for f in $liblist $exelist ; do /^Dynamic Section:$/ { START=1; } (START==1) && /NEEDED/ { if (needed) { - sub(/$/, "()'$mark64'", $2) ; - sub(/()$/, "", $2) ; + if ("'$lib64'" != "") { + sub(/$/, "()'$lib64'", $2) ; + } print $2 ; } } -- cgit v1.2.3