source cleanups; fix finding scripts
authorDavid MacKenzie <djm@cygnus>
Thu, 15 Jul 1993 21:49:24 +0000 (21:49 +0000)
committerDavid MacKenzie <djm@cygnus>
Thu, 15 Jul 1993 21:49:24 +0000 (21:49 +0000)
ld/ldindr.c

index e48a8ed..d6d9335 100644 (file)
@@ -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);
     }
 }