aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/symbol.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1993-11-22 19:05:31 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1993-11-22 19:05:31 +0000
commitd3ab4e49001c64e2c2b7cec1b6fc0d28564ed1e4 (patch)
treecb8cd18f92fb4a62f1d48d446dac83ee8c7bfadf /gnu/usr.bin/ld/symbol.c
parent047ea5bd0ce2b9ffa31e1fa3d70bd7e59efb7ee5 (diff)
downloadsrc-d3ab4e49001c64e2c2b7cec1b6fc0d28564ed1e4.tar.gz
src-d3ab4e49001c64e2c2b7cec1b6fc0d28564ed1e4.zip
Some of the latest changes from Paul K (taken from NetBSD-current).
Notes
Notes: svn path=/head/; revision=792
Diffstat (limited to 'gnu/usr.bin/ld/symbol.c')
-rw-r--r--gnu/usr.bin/ld/symbol.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/symbol.c b/gnu/usr.bin/ld/symbol.c
index 899786c78983..d789a3a54bb6 100644
--- a/gnu/usr.bin/ld/symbol.c
+++ b/gnu/usr.bin/ld/symbol.c
@@ -1,5 +1,5 @@
/*
- * $Id: symbol.c,v 1.3 1993/11/01 16:26:19 pk Exp $ - symbol table routines
+ * $Id: symbol.c,v 1.2 1993/11/09 04:19:04 paul Exp $ - symbol table routines
*/
/* Create the symbol table entries for `etext', `edata' and `end'. */
@@ -104,8 +104,11 @@ getsym(key)
bp->multiply_defined = 0;
bp->alias = 0;
bp->setv_count = 0;
+ bp->symbolnum = 0;
+ bp->rrs_symbolnum = 0;
bp->size = 0;
+ bp->aux = 0;
bp->sorefs = 0;
bp->so_defined = 0;
bp->def_nlist = 0;