]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Tue Apr 26 17:44:27 1994 Stan Shebs (shebs@andros.cygnus.com)
authorStan Shebs <shebs@codesourcery.com>
Wed, 27 Apr 1994 00:55:59 +0000 (00:55 +0000)
committerStan Shebs <shebs@codesourcery.com>
Wed, 27 Apr 1994 00:55:59 +0000 (00:55 +0000)
commit939baabee2329b56de4a0c44c8030a9c9f57841e
treeec95f72bfc357bc3e132d0dc7c53107b306695d3
parent028f88721998a18e317360487e3a9109a3b866df
Tue Apr 26 17:44:27 1994  Stan Shebs  (shebs@andros.cygnus.com)

* mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
(XDEPFILES): Define.
(main.c.o): Compile with gC instead of C.
* mac-defs.h: New file, menu etc definitions shared between
C and Rez files.
* macgdb.r: New file, Rez (resource compiler) resource
definitions.
* mac-xdep.c: New file, Mac host interface code.
* config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
DIRNAME_SEPARATOR.
(PATHNAME_SEPARATOR_STRING): Remove.
(SIGQUIT, SIGHUP): Define.
(fileno, R_OK): Define.
gdb/ChangeLog.mpw
gdb/config/m68k/xm-mpw.h
gdb/mac-defs.h [new file with mode: 0644]
gdb/mac-xdep.c [new file with mode: 0644]
gdb/macgdb.r [new file with mode: 0644]
gdb/mpw-make.in