* configure.in: Tandem debug monitor (st2000) support.

* remote-st2000.c, config/st2000.mt:  ditto.
This commit is contained in:
Stu Grossman 1992-06-08 21:21:59 +00:00
parent cb635d8719
commit 88cc9a3621
3 changed files with 1012 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Jun 8 14:17:42 1992 Stu Grossman (grossman at cygnus.com)
* configure.in: Tandem debug monitor (st2000) support.
* remote-st2000.c, config/st2000.mt: ditto.
Fri Jun 5 11:51:01 1992 John Gilmore (gnu at cygnus.com)
* blockframe.c (inside_entry_file, inside_main_func,

View File

@ -233,6 +233,12 @@ m68030)
esac
;;
m68kmote)
case "${target_vendor}" in
tandem) gdb_target=st2000 ;;
esac
;;
none | arm | tahoe | vax | np1 | pn | np1 | pn | pyramid | merlin)
gdb_target=${target_cpu} ;;

1001
gdb/remote-st2000.c Normal file

File diff suppressed because it is too large Load Diff