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:
e1b0e3c
)
* minsyms.c (prim_record_minimal_symbol_and_info): Doc fix.
author
Jim Blandy
<jimb@codesourcery.com>
Wed, 19 Apr 2000 21:13:09 +0000
(21:13 +0000)
committer
Jim Blandy
<jimb@codesourcery.com>
Wed, 19 Apr 2000 21:13:09 +0000
(21:13 +0000)
(Thanks to Guy Harris.)
gdb/minsyms.c
patch
|
blob
|
history
diff --git
a/gdb/minsyms.c
b/gdb/minsyms.c
index b8339f26d65734e12bd941878cfa5ea6cd947ca5..2fd73cf74ba44821017c6fbde3d816870244ff6f 100644
(file)
--- a/
gdb/minsyms.c
+++ b/
gdb/minsyms.c
@@
-685,7
+685,7
@@
prim_record_minimal_symbol_and_info (name, address, ms_type, info, section,
MSYMBOL_INFO (msymbol) = info; /* FIXME! */
/* The hash pointers must be cleared! If they're not,
-
MSYMBOL_HASH_ADD
will NOT add this msymbol to the hash table. */
+
add_minsym_to_hash_table
will NOT add this msymbol to the hash table. */
msymbol->hash_next = NULL;
msymbol->demangled_hash_next = NULL;