diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-03-17 23:21:12 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-03-17 23:21:12 +0000 |
commit | e70a10c35a577953dc0bda1154301bf57bfe5c58 (patch) | |
tree | 449edb2afb5e308feff0a7362f9f31d8ea6995b6 /gdb/ChangeLog.mpw | |
parent | bff1e14da7966ebd82ad5b8b54fcdd233fda2b7c (diff) | |
download | gdb-e70a10c35a577953dc0bda1154301bf57bfe5c58.zip gdb-e70a10c35a577953dc0bda1154301bf57bfe5c58.tar.gz gdb-e70a10c35a577953dc0bda1154301bf57bfe5c58.tar.bz2 |
* mpw-config.in (i386-unknown-go32): Change from aout.
(sh-hitachi-hms): New target.
* mpw-make.in (BISON): Use byacc instead of bison.
(VERSION): Bump to 4.14.1.
(*-pinsn.*): Remove mentions everywhere.
(all): Don't build MacGDB.
(gdb, SiowGDB): Depend on Version.r.
(Version.r): Generate from version info.
* main.c (main): Pass program name to START_PROGRESS, END_PROGRESS.
(main) [MPW]: Remove debugging hook.
* mac-xdep.c (debug_openp): New flag.
(mac_init): Set flag if env variable defined.
* ser-mac.c (mac_open): Clarify error message.
(mac_readchar): Call PROGRESS while looping.
(mac_write): Call sleep instead of sec_sleep.
(sec_sleep): Remove.
* source.c (openp) [MPW]: Only print debugging info if debugging.
* utils.c (query) [MPW]: Clarify that behavior is a bug.
Diffstat (limited to 'gdb/ChangeLog.mpw')
-rw-r--r-- | gdb/ChangeLog.mpw | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/ChangeLog.mpw b/gdb/ChangeLog.mpw index 8bab2f7..89b6e69 100644 --- a/gdb/ChangeLog.mpw +++ b/gdb/ChangeLog.mpw @@ -1,3 +1,24 @@ +Fri Mar 17 15:01:03 1995 Stan Shebs <shebs@andros.cygnus.com> + + * mpw-config.in (i386-unknown-go32): Change from aout. + (sh-hitachi-hms): New target. + * mpw-make.in (BISON): Use byacc instead of bison. + (VERSION): Bump to 4.14.1. + (*-pinsn.*): Remove mentions everywhere. + (all): Don't build MacGDB. + (gdb, SiowGDB): Depend on Version.r. + (Version.r): Generate from version info. + * main.c (main): Pass program name to START_PROGRESS, END_PROGRESS. + (main) [MPW]: Remove debugging hook. + * mac-xdep.c (debug_openp): New flag. + (mac_init): Set flag if env variable defined. + * ser-mac.c (mac_open): Clarify error message. + (mac_readchar): Call PROGRESS while looping. + (mac_write): Call sleep instead of sec_sleep. + (sec_sleep): Remove. + * source.c (openp) [MPW]: Only print debugging info if debugging. + * utils.c (query) [MPW]: Clarify that behavior is a bug. + Wed Jan 4 17:55:39 1995 Stan Shebs <shebs@andros.cygnus.com> * mpw-make.in (init.c): Use open-brace instead of mpw-open-brace. |