diff options
author | John Gilmore <gnu@cygnus> | 1992-11-06 09:21:13 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-11-06 09:21:13 +0000 |
commit | 8a96d79b70cca5e535ed5f83df0063b8a6d081da (patch) | |
tree | 57213106eece9eb8cbdb0e69cb59bd238b0dbea4 /gdb/ChangeLog | |
parent | a644baaa037aa4b0a1ffeda7371b40c32595f620 (diff) | |
download | gdb-8a96d79b70cca5e535ed5f83df0063b8a6d081da.zip gdb-8a96d79b70cca5e535ed5f83df0063b8a6d081da.tar.gz gdb-8a96d79b70cca5e535ed5f83df0063b8a6d081da.tar.bz2 |
* m68k-stub.c: Remove ansidecl.h and the few uses of it.
Stubs should stand alone as much as possible.
* source.c (show_directories): Avoid printf_filtered length prob
pointed out by Jonathan Stone.
* i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper limit properly to
avoid accesses beyond end of table. Fix by Lee W. Cooprider,
<Lee_Cooprider@vos.stratus.com>.
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 6eb2743..7b5ce02 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Fri Nov 6 00:14:38 1992 John Gilmore (gnu@cygnus.com) + + * m68k-stub.c: Remove ansidecl.h and the few uses of it. + Stubs should stand alone as much as possible. + + * source.c (show_directories): Avoid printf_filtered length prob + pointed out by Jonathan Stone. + + * i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper limit properly to + avoid accesses beyond end of table. Fix by Lee W. Cooprider, + <Lee_Cooprider@vos.stratus.com>. + Thu Nov 5 17:33:08 1992 Fred Fish (fnf@cygnus.com) * {ser-bsd.c, ser-termios.c} (serial_close): Pass address of |