From: Stu Grossman Date: Sun, 8 Sep 1996 23:35:50 +0000 (+0000) Subject: * erc32.c (port_init): Disable this for __GO32__ (got no pty's X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fad4a760fd3183bd79e53fbd78ae2b66723817f1;p=binutils-gdb.git * erc32.c (port_init): Disable this for __GO32__ (got no pty's there either...). --- diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 27e8d8bfc02..edbf929ec20 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),