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/mpw-config.in | |
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/mpw-config.in')
-rw-r--r-- | gdb/mpw-config.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gdb/mpw-config.in b/gdb/mpw-config.in index 758c652..eb1badc 100644 --- a/gdb/mpw-config.in +++ b/gdb/mpw-config.in @@ -15,25 +15,26 @@ Echo "/* dummy */" >termio.h If "{target_canonical}" =~ /m68k-apple-macos/ forward-include "{srcdir}"config:m68k:tm-mac.h tm.h - forward-include "{srcdir}"config:m68k:tm-m68k.h 'm68k/tm-m68k.h' + Set tdepfiles '"{o}"m68k-tdep.c.o' - Set tdepfiles '"{o}"m68k-pinsn.c.o "{o}"m68k-tdep.c.o' Else If "{target_canonical}" =~ /ppc-apple-macos/ forward-include "{srcdir}"config:powerpc:tm-ppc.h tm.h - Set tdepfiles '"{o}"ppc-tdep.c.o' -Else If "{target_canonical}" =~ /i386-unknown-aout/ - forward-include "{srcdir}"config:i386:tm-i386.h tm.h +Else If "{target_canonical}" =~ /i386-unknown-go32/ + forward-include "{srcdir}"config:i386:tm-i386v.h tm.h Set tdepfiles '"{o}"i386-tdep.c.o' + Else If "{target_canonical}" =~ /mips-idt-ecoff/ forward-include "{srcdir}"config:mips:tm-idt.h tm.h - forward-include "{srcdir}"config:mips:tm-bigmips.h 'mips/tm-bigmips.h' forward-include "{srcdir}"config:mips:tm-mips.h 'mips/tm-mips.h' + Set tdepfiles '"{o}"mips-tdep.c.o "{o}"remote-mips.c.o' - Set tdepfiles '"{o}"mips-pinsn.c.o "{o}"mips-tdep.c.o "{o}"remote-mips.c.o' +Else If "{target_canonical}" =~ /sh-hitachi-hms/ + forward-include "{srcdir}"config:sh:tm-sh.h tm.h + Set tdepfiles '"{o}"sh-tdep.c.o' End If If "{target_canonical}" != "{host_canonical}" |