* configure.tgt (vax-*-openbsd*): Set gdb_target to obsd.

* config/vax/obsd.mt (TDEPFILES): New file.
This commit is contained in:
Mark Kettenis 2005-05-14 20:21:03 +00:00
parent 156cdbee49
commit a5bf92c592
3 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-05-14 Mark Kettenis <kettenis@gnu.org>
* configure.tgt (vax-*-openbsd*): Set gdb_target to obsd.
* config/vax/obsd.mt (TDEPFILES): New file.
* i386-tdep.c (i386_supply_gregset, i386_collect_gregset): Use
gdb_byte instead of bfd_byte.

2
gdb/config/vax/obsd.mt Normal file
View File

@ -0,0 +1,2 @@
# Target: OpenBSD/vax
TDEPFILES= vax-tdep.o corelow.o

View File

@ -195,7 +195,7 @@ xstormy16-*-*) gdb_target=xstormy16 ;;
vax-*-netbsd* | vax-*-knetbsd*-gnu)
gdb_target=nbsd ;;
vax-*-openbsd*) gdb_target=nbsd ;;
vax-*-openbsd*) gdb_target=obsd ;;
vax-*-*) gdb_target=vax ;;
x86_64-*-linux*) gdb_target=linux64