diff options
author | Fred Fish <fnf@specifix.com> | 1992-03-04 20:50:10 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-03-04 20:50:10 +0000 |
commit | d7eddc517782bf0673e4bcd15c4159ae5799a247 (patch) | |
tree | 5cbaafd5433cb047b3a50693a4120fa5d0de4ae7 /gdb/ChangeLog | |
parent | c7cb8acbe8eb1226ef76fe716aa050d3b9d0e860 (diff) | |
download | gdb-d7eddc517782bf0673e4bcd15c4159ae5799a247.zip gdb-d7eddc517782bf0673e4bcd15c4159ae5799a247.tar.gz gdb-d7eddc517782bf0673e4bcd15c4159ae5799a247.tar.bz2 |
* defs.h, utils.c: xrealloc takes PTR as first arg.
* defs.h: Reword confusing comment about ANSI prototypes.
* defs.h: Some minor whitespace changes.
* infrun.c (wait_for_inferior): Compare int tmp to int 0,
not NULL, which can be (void *).
* tm-amix.h, tm-i386v4.h: Add defines for setjmp/longjmp handling.
* tm-i386v.h (SP_ARG0): Define
* xm-sysv4.h: Back out of change for missing prototypes.
* i386-tdep.c (get_longjmp_target): Add function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 050dbeb..a2d96d9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Wed Mar 4 11:56:42 1992 Fred Fish (fnf@cygnus.com) + + * defs.h, utils.c: xrealloc takes PTR as first arg. + * defs.h: Reword confusing comment about ANSI prototypes. + * defs.h: Some minor whitespace changes. + * infrun.c (wait_for_inferior): Compare int tmp to int 0, + not NULL, which can be (void *). + * tm-amix.h, tm-i386v4.h: Add defines for setjmp/longjmp handling. + * tm-i386v.h (SP_ARG0): Define + * xm-sysv4.h: Back out of change for missing prototypes. + * i386-tdep.c (get_longjmp_target): Add function. + Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) * All GDB files that #include defs.h: Removed stdio.h. |