mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* minsyms.c (prim_record_minimal_symbol_and_info): Add comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
|
||||
|
||||
* minsyms.c (prim_record_minimal_symbol_and_info): Add comment.
|
||||
|
||||
2000-02-25 Scott Bambrough <scottb@netwinder.org>
|
||||
|
||||
* gdb.base/long_long.exp: Correct test suite failure when printing
|
||||
|
@ -667,6 +667,8 @@ prim_record_minimal_symbol_and_info (name, address, ms_type, info, section,
|
||||
/* FIXME: This info, if it remains, needs its own field. */
|
||||
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. */
|
||||
msymbol->hash_next = NULL;
|
||||
msymbol->demangled_hash_next = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user