aboutsummaryrefslogtreecommitdiff
path: root/ld/ldsym.c
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-08-01 23:29:23 +0000
committerSteve Chamberlain <steve@cygnus>1991-08-01 23:29:23 +0000
commit8101605119976f94d00db43a2d78d7fb341a7680 (patch)
tree1324aef60dc521be88fa9db8a3713b49e83d1ead /ld/ldsym.c
parent812df84bc9a1e56f09663dc70a2725a643525d1d (diff)
downloadgdb-8101605119976f94d00db43a2d78d7fb341a7680.zip
gdb-8101605119976f94d00db43a2d78d7fb341a7680.tar.gz
gdb-8101605119976f94d00db43a2d78d7fb341a7680.tar.bz2
Added new keyword 'CONSTRUCTORS'
Added N_WARNING handling Added N_INDR handling
Diffstat (limited to 'ld/ldsym.c')
-rw-r--r--ld/ldsym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldsym.c b/ld/ldsym.c
index 2bdb7a6..bffa80e 100644
--- a/ld/ldsym.c
+++ b/ld/ldsym.c
@@ -103,7 +103,7 @@ DEFUN(ldsym_get,(key),
bp->sdefs_chain = (asymbol **)NULL;
bp->scoms_chain = (asymbol **)NULL;
bp->name = buystring(key);
-
+ bp->flags = 0;
/* Add the entry to the bucket. */
bp->link = global_symbol_hash_table[hashval];