aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-10-27 05:04:44 +0000
committerStan Shebs <shebs@codesourcery.com>1995-10-27 05:04:44 +0000
commit7bd447bae3deee8af8c6ddd46973d53db7e48c1c (patch)
treeeb3392708740b879ecb1fe29445effc3e63f0387 /gdb/ChangeLog
parentd5115c2bc66e51c00b49ee44adbbb8d32eeb60df (diff)
downloadgdb-7bd447bae3deee8af8c6ddd46973d53db7e48c1c.zip
gdb-7bd447bae3deee8af8c6ddd46973d53db7e48c1c.tar.gz
gdb-7bd447bae3deee8af8c6ddd46973d53db7e48c1c.tar.bz2
* mpw-config.in: Add support for PowerMac host, add beginnings
of native support. * mpw-make.sed: Disable subdir recursion, edit out useless rule. * mac-xdep.c (Values.h): Don't include. (GestaltEqu.h): Include Gestalt.h instead. (do_mouse_down): Comment out control tracking, needs to be updated to use UPP before will work on PowerMac.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog24
1 files changed, 18 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 634e9ac..9e6ee23 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+Thu Oct 26 22:02:27 1995 Stan Shebs <shebs@andros.cygnus.com>
+
+ * mpw-config.in: Add support for PowerMac host, add beginnings
+ of native support.
+ * mpw-make.sed: Disable subdir recursion, edit out useless rule.
+ * mac-xdep.c (Values.h): Don't include.
+ (GestaltEqu.h): Include Gestalt.h instead.
+ (do_mouse_down): Comment out control tracking, needs to be
+ updated to use UPP before will work on PowerMac.
+
Thu Oct 26 15:21:32 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
* regex.h: Renamed to gnu-regex.h.
@@ -20,12 +30,14 @@ Tue Oct 24 18:30:18 1995 Jason Molenda (crash@phydeaux.cygnus.com)
Tue Oct 24 12:26:14 1995 Stu Grossman (grossman@cygnus.com)
- * monitor.c (monitor_expect_regexp): Same as monitor_expect, but
- with the obvious extension. (monitor_read_memory_single): Use
- regexp for getmem.resp_delim because of parsing ambiguities caused
- by certain monitors. (monitor_read_memory): Use new regexp stuff
- to parse getmem.resp_delim.
- * monitor.h (struct memrw_cmd->resp_delim): Document this as a regexp.
+ * monitor.c (monitor_expect_regexp): Same as monitor_expect, but
+ with the obvious extension.
+ (monitor_read_memory_single): Use regexp for getmem.resp_delim
+ because of parsing ambiguities caused by certain monitors.
+ (monitor_read_memory): Use new regexp stuff to parse
+ getmem.resp_delim.
+ * monitor.h (struct memrw_cmd->resp_delim): Document this as a
+ regexp.
* sh3-rom.c: Finish off table. Use new regexp capability for
getmem commands.