aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-28 21:10:07 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-28 21:10:07 +0000
commitddd0223e9465878cc50061365985839f0b1b6093 (patch)
treeccdca09c5abfc4236b5e4abd748969441afeb9a0
parentb09f44d2c9417455438d9d68baa11682f522c500 (diff)
downloadgdb-ddd0223e9465878cc50061365985839f0b1b6093.zip
gdb-ddd0223e9465878cc50061365985839f0b1b6093.tar.gz
gdb-ddd0223e9465878cc50061365985839f0b1b6093.tar.bz2
* config/m68k/tm-monitor.h: Changes to bring this into accordance
with the old tm-m68k-em.h: (GDBINIT_FILENAME, DEFAULT_PROMPT): Remove. (HAVE_68881): Don't undefine; this #define is obsolete. (REGISTER_NAMES): Don't muck with it; what tm-m68k.h has is fine. Add FIXME regarding GET_LONGJMP_TARGET.
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8d3e39b..ac1e078 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
Fri Jan 28 15:40:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * config/m68k/tm-monitor.h: Changes to bring this into accordance
+ with the old tm-m68k-em.h:
+ (GDBINIT_FILENAME, DEFAULT_PROMPT): Remove.
+ (HAVE_68881): Don't undefine; this #define is obsolete.
+ (REGISTER_NAMES): Don't muck with it; what tm-m68k.h has is fine.
+ Add FIXME regarding GET_LONGJMP_TARGET.
+
* remote-udi.c (udi_close, udi_detach, udi_kill): Add comments.
Fri Jan 28 11:55:52 1994 Rob Savoye (rob@darkstar.cygnus.com)