diff options
author | Fred Fish <fnf@specifix.com> | 1991-12-27 03:55:12 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-12-27 03:55:12 +0000 |
commit | b440b1e9e4376498e106e92967563898a1f2ce4b (patch) | |
tree | 6f9836ba35eb517a45bca15700005723d36a0681 /gdb/ChangeLog | |
parent | 62ddb92b9f690e84676dec711d572e08e828446d (diff) | |
download | gdb-b440b1e9e4376498e106e92967563898a1f2ce4b.zip gdb-b440b1e9e4376498e106e92967563898a1f2ce4b.tar.gz gdb-b440b1e9e4376498e106e92967563898a1f2ce4b.tar.bz2 |
Various changes to clean up ADD_PSYMBOL_TO_LIST and ADD_PSYMBOL_ADDR_TO_LIST
usages.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 31eb0ff..01bd5e4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +Thu Dec 26 19:52:01 1991 Fred Fish (fnf at cygnus.com) + + * dbxread.c, symmisc.c: Move add_psymbol_to_plist() from + dbxread.c to symmisc and change name to add_psymbol_to_list. + Ditto for add_psymbol_addr_to_plist(). Also expand their + body to not use ADD_PSYMBOL_VT_TO_LIST. + + * dwarfread.c: Remove add_psymbol_to_list() and convert usages + to the ADD_PSYMBOL_TO_LIST macro. + + * ieee-float.c: Change "#ifdef DEBUG" to "#ifdef IEEE_DEBUG" + to avoid collision with the DEBUG for ADD_PSYMBOL_VT_TO_LIST. + + * partial-stab.h, symfile.h: Move definitions of the macros + ADD_PSYMBOL_TO_LIST and ADD_PSYMBOL_ADDR_TO_LIST from + partial-stab.h to symfile.h. They aren't stab specific. + Change ADD_PSYMBOL_VT_TO_LIST to use memcpy rather than strncpy. + Tue Dec 24 11:38:08 1991 John Gilmore (gnu at cygnus.com) * Makefile.in: Roll VERSION to 4.3.2. |