diff options
author | Stu Grossman <grossman@cygnus> | 1996-04-17 00:48:09 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-04-17 00:48:09 +0000 |
commit | 8eff3c7fe69220db3075e551f6cef34271f40d4c (patch) | |
tree | 7d9a8da9c45f20f7d6a919b7452cfccc43e7ca4c /gdb/ChangeLog | |
parent | 603fdf16796dd46c9b9e1ba605a3bc79fed7f552 (diff) | |
download | gdb-8eff3c7fe69220db3075e551f6cef34271f40d4c.zip gdb-8eff3c7fe69220db3075e551f6cef34271f40d4c.tar.gz gdb-8eff3c7fe69220db3075e551f6cef34271f40d4c.tar.bz2 |
* corelow.c (add_to_thread_list): Make sure reg_sect is non-null
before de-referencing it. Prevents deref of NULL pointer if core
file lacks .reg section.
* defs.h: Rename floatformat_{to from}_long_double to
floatformat_{to from}_doublest. Get rid of FLOATFORMAT_{TO
FROM}... macros.
* findvar.c (extract_floating store_floating): Change all refs to
FLOATFORMAT_{FROM TO}... to floatformat_{from to}_doublest.
* utils.c: Change floatformat_{to from}_long_double to
floatformat_{to from}_doublest cuz the new routines will use
whatever size (double or long double) is appropriate.
* config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
REGISTER_CONVERT_TO_RAW): Change FLOATFORMAT... macros to
floatformat... routine calls.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4dda931..32a97b2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,20 @@ +Tue Apr 16 17:38:23 1996 Stu Grossman (grossman@critters.cygnus.com) + + * corelow.c (add_to_thread_list): Make sure reg_sect is non-null + before de-referencing it. Prevents deref of NULL pointer if core + file lacks .reg section. + * defs.h: Rename floatformat_{to from}_long_double to + floatformat_{to from}_doublest. Get rid of FLOATFORMAT_{TO + FROM}... macros. + * findvar.c (extract_floating store_floating): Change all refs to + FLOATFORMAT_{FROM TO}... to floatformat_{from to}_doublest. + * utils.c: Change floatformat_{to from}_long_double to + floatformat_{to from}_doublest cuz the new routines will use + whatever size (double or long double) is appropriate. + * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL + REGISTER_CONVERT_TO_RAW): Change FLOATFORMAT... macros to + floatformat... routine calls. + Mon Apr 15 16:34:11 1996 Per Bothner <bothner@kalessin.cygnus.com> * stabsread.c (read_type): Move handling of '@' from type |