summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld/lib.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1993-11-22 19:05:31 +0000
committerjkh <jkh@FreeBSD.org>1993-11-22 19:05:31 +0000
commitf730dcb859b04033394ea8bb7d1779924096679a (patch)
treecb8cd18f92fb4a62f1d48d446dac83ee8c7bfadf /gnu/usr.bin/ld/lib.c
parentb19cf9d9a8d512fd84dadd2593c3802b4ef18c36 (diff)
downloadFreeBSD-src-f730dcb859b04033394ea8bb7d1779924096679a.zip
FreeBSD-src-f730dcb859b04033394ea8bb7d1779924096679a.tar.gz
Some of the latest changes from Paul K (taken from NetBSD-current).
Diffstat (limited to 'gnu/usr.bin/ld/lib.c')
-rw-r--r--gnu/usr.bin/ld/lib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/lib.c b/gnu/usr.bin/ld/lib.c
index d66f3df..8cbb8b4 100644
--- a/gnu/usr.bin/ld/lib.c
+++ b/gnu/usr.bin/ld/lib.c
@@ -1,5 +1,5 @@
/*
- * $Id: lib.c,v 1.4 1993/11/05 12:43:11 pk Exp $ - library routines
+ * $Id: lib.c,v 1.2 1993/11/09 04:19:00 paul Exp $ - library routines
*/
#include <sys/param.h>
@@ -572,6 +572,8 @@ read_shared_object (desc, entry)
entry->symbols[i].symbol = NULL;
entry->symbols[i].next = NULL;
entry->symbols[i].gotslot_offset = -1;
+ entry->symbols[i].gotslot_claimed = 0;
+ entry->symbols[i].rename = 0;
}
/* Read strings (text segment) */
OpenPOWER on IntegriCloud