projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab3a31
)
source cleanups; fix finding scripts
author
David MacKenzie
<djm@cygnus>
Thu, 15 Jul 1993 21:49:24 +0000
(21:49 +0000)
committer
David MacKenzie
<djm@cygnus>
Thu, 15 Jul 1993 21:49:24 +0000
(21:49 +0000)
ld/ldindr.c
patch
|
blob
|
history
diff --git
a/ld/ldindr.c
b/ld/ldindr.c
index e48a8ed8c42f3499404735d2317d82c71583200a..d6d93353730b709aaa04d2756f68b04a64e9100b 100644
(file)
--- 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);
}
}