From: David MacKenzie Date: Thu, 15 Jul 1993 21:49:24 +0000 (+0000) Subject: source cleanups; fix finding scripts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3cbe3f4591f615fc873349a73b290e053b196b7;p=binutils-gdb.git source cleanups; fix finding scripts --- diff --git a/ld/ldindr.c b/ld/ldindr.c index e48a8ed8c42..d6d93353730 100644 --- a/ld/ldindr.c +++ b/ld/ldindr.c @@ -77,7 +77,7 @@ copy_over (ldsym, bfdsym) { while (list && *list) { - refize(Q_enter_global_ref(list, name)); + refize(enter_global_ref(list, name)); list = (asymbol **)((*list)->udata); } }