diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-07-12 00:36:42 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-07-12 00:36:42 +0000 |
commit | 02176ddb2966728363b156e6f250784ea3eb07f9 (patch) | |
tree | c9ec49266cf141ef8f14e14baac0c39c732c2589 /gdb/config/m68k/m68kv4.mh | |
parent | 18938e4d3e66094966615d1659d40c1e40fbc801 (diff) | |
download | gdb-02176ddb2966728363b156e6f250784ea3eb07f9.zip gdb-02176ddb2966728363b156e6f250784ea3eb07f9.tar.gz gdb-02176ddb2966728363b156e6f250784ea3eb07f9.tar.bz2 |
Atari support, from Uwe Seimet (seimet@chemie.uni-kl.de).
* configure.in (m68*-atari-sysv4*): New configuration.
(m68*-cbm-sysv4*): Use m68kv4 instead of amix.
* m68k-tdep.c (R_PS): Define as R_SR if necessary.
* config/m68k/m68kv4.mh, config/m68k/m68kv4.mt,
config/m68k/tm-m68kv4.h, config/m68k/xm-m68kv4.h: New files.
* config/m68k/amix.mh, config/m68k/amix.mt,
config/m68k/tm-amix.h, config/m68k/xm-amix.h: Removed, superseded
by m68kv4 files.
Diffstat (limited to 'gdb/config/m68k/m68kv4.mh')
-rw-r--r-- | gdb/config/m68k/m68kv4.mh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/config/m68k/m68kv4.mh b/gdb/config/m68k/m68kv4.mh new file mode 100644 index 0000000..2c7a82b --- /dev/null +++ b/gdb/config/m68k/m68kv4.mh @@ -0,0 +1,19 @@ +# Host: Motorola 680x0 running SVR4 (Commodore Amiga amix or Atari TT ASV) + +XM_FILE= xm-m68kv4.h +XDEPFILES= + +NAT_FILE= nm-sysv4.h +NATDEPFILES= corelow.o core-svr4.o solib.o procfs.o fork-child.o + +SYSV_DEFINE=-DSYSV +REGEX=regex.o +REGEX1=regex.o + +# SVR4 comes standard with terminfo, and in some implementations, the +# old termcap descriptions are incomplete. So ensure that we use the +# new terminfo interface and latest terminal descriptions. +TERMCAP=-ltermlib + +# SVR4 puts the BSD compatible install in /usr/ucb. +INSTALL = /usr/ucb/install -c |