aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-09-08 23:35:50 +0000
committerStu Grossman <grossman@cygnus>1996-09-08 23:35:50 +0000
commitfad4a760fd3183bd79e53fbd78ae2b66723817f1 (patch)
treec987be1ddc709f3eb0cb6aa1ed7adcf189631714
parent7bd1f0c5f9f6797fdde52e9fc18e4a0036197f3c (diff)
downloadgdb-fad4a760fd3183bd79e53fbd78ae2b66723817f1.zip
gdb-fad4a760fd3183bd79e53fbd78ae2b66723817f1.tar.gz
gdb-fad4a760fd3183bd79e53fbd78ae2b66723817f1.tar.bz2
* erc32.c (port_init): Disable this for __GO32__ (got no pty's
there either...).
-rw-r--r--sim/erc32/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog
index 27e8d8b..edbf929 100644
--- a/sim/erc32/ChangeLog
+++ b/sim/erc32/ChangeLog
@@ -1,3 +1,23 @@
+Sun Sep 8 14:04:37 1996 Stu Grossman (grossman@critters.cygnus.com)
+
+ * erc32.c (port_init): Disable this for __GO32__ (got no pty's
+ there either...).
+
+Mon Aug 12 17:04:58 1996 Stu Grossman (grossman@critters.cygnus.com)
+
+ * erc32.c: Don't include sys/ioctl.h or sys/file.h. They aren't
+ necessary.
+ * (port_init): Don't even *try* to open pty's under _WIN32.
+ * Use SIM_ADDR, not caddr_t for declaring vars that hold addresses.
+ * float.c: Get rid of #warning. Makes Microsoft C barf.
+ * interf.c (sim_open): Cast fprintf to (fprintf_ftype) to fix
+ compiler warning.
+ * (sim_load sim_create_inferior sim_read): Use prototypes only in
+ decls, not defs.
+ * Get rid of enum sim_stop. It's defined in remote-sim.h.
+ * (sim_stop_reason): Define SIGTRAP if _WIN32.
+ * sis.h: Include ansidecl.h and remote-sim.h.
+
Wed Jul 3 16:05:23 1996 Stu Grossman (grossman@critters.cygnus.com)
* erc32.c (mec_reset mec_read mec_write memory_read memory_write),