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.
This commit is contained in:
Stan Shebs 1994-07-12 00:36:42 +00:00
parent 18938e4d3e
commit 02176ddb29
7 changed files with 30 additions and 10 deletions

View File

@ -1,3 +1,15 @@
Mon Jul 11 16:38:49 1994 Stan Shebs (shebs@andros.cygnus.com)
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.
Sat Jul 9 16:28:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* symtab.c (find_function_start_sal): New function to find

View File

@ -1,3 +0,0 @@
# Target: Commodore Amiga running SVR4
TDEPFILES= m68k-pinsn.o exec.o m68k-tdep.o
TM_FILE= tm-amix.h

View File

@ -1,8 +1,11 @@
# Host: Commodore Amiga running SVR4.
# 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
XDEPFILES=
XM_FILE= xm-amix.h
SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o

View File

@ -0,0 +1,4 @@
# Target: Motorola 680x0 running SVR4 (Commodore Amiga amix or Atari TT ASV)
TM_FILE= tm-m68kv4.h
TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o

View File

@ -1,4 +1,5 @@
/* Macro definitions for GDB on a Commodore Amiga running SVR4 (amix).
/* Target definitions for GDB on a Motorola 680x0 running SVR4.
(Commodore Amiga with amix or Atari TT with ASV)
Copyright (C) 1991, Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygint)

View File

@ -1,4 +1,5 @@
/* Macro definitions for GDB on a Commodore Amiga running SVR4 (amix)
/* Host definitions for GDB on a Motorola 680x0 running SVR4.
(Commodore Amiga with amix or Atari TT with ASV)
Copyright 1991, 1992 Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygnus.com)

View File

@ -75,9 +75,10 @@ m68030-sony-*) gdb_host=news1000 ;;
m68*-altos-*) gdb_host=altos ;;
m68*-apollo*-sysv*) gdb_host=apollo68v ;;
m68*-apollo*-bsd*) gdb_host=apollo68b ;;
m68*-atari-sysv4*) gdb_host=m68kv4 ;;
m68*-att-*) gdb_host=3b1 ;;
m68*-bull*-sysv*) gdb_host=dpx2 ;;
m68*-cbm-sysv4*) gdb_host=amix ;;
m68*-cbm-sysv4*) gdb_host=m68kv4 ;;
m68*-hp-bsd*) gdb_host=hp300bsd ;;
m68*-hp-hpux*) gdb_host=hp300hpux ;;
m68*-isi-*) gdb_host=isi ;;
@ -238,9 +239,10 @@ m68000-*-sunos4*) gdb_target=sun2os4 ;;
m68*-altos-*) gdb_target=altos ;;
m68*-apollo*-bsd*) gdb_target=apollo68b ;;
m68*-atari-sysv4*) gdb_target=m68kv4 ;;
m68*-att-*) gdb_target=3b1 ;;
m68*-bull-sysv*) gdb_target=dpx2 ;;
m68*-cbm-sysv4*) gdb_target=amix ;;
m68*-cbm-sysv4*) gdb_target=m68kv4 ;;
m68*-cisco*-*) gdb_target=cisco ;;
m68*-ericsson-*) gdb_target=es1800 ;;
m68*-hp-bsd*) gdb_target=hp300bsd ;;