mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
Add OpenBSD/m88k support.
* NEWS (New native configurations): Mention OpenBSD/m88k. * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h, config/m88k/obsd.mh, config/m88k/obsd.mt: New files. * Makefile.in (m88k_tdep_h): New variable. (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c. (m88kbsd-nat.o, m88k-tdep.o): New dependencies. * configure.host: Add m88*-*-openbsd*. * configure.tgt: Add m88*-*-openbsd*.
This commit is contained in:
@@ -19,6 +19,7 @@ hppa*) gdb_target_cpu=pa ;;
|
||||
i[34567]86*) gdb_target_cpu=i386 ;;
|
||||
m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;;
|
||||
m68*) gdb_target_cpu=m68k ;;
|
||||
m88*) gdb_target_cpu=m88k ;;
|
||||
mips*) gdb_target_cpu=mips ;;
|
||||
powerpc*) gdb_target_cpu=powerpc ;;
|
||||
sparc*) gdb_target_cpu=sparc ;;
|
||||
@@ -119,6 +120,8 @@ m68*-*-os68k*) gdb_target=os68k ;;
|
||||
m68*-*-uclinux*) gdb_target=monitor ;;
|
||||
m68*-*-vxworks*) gdb_target=vxworks68 ;;
|
||||
|
||||
m88*-*-openbsd*) gdb_target=obsd ;;
|
||||
|
||||
mcore*-*-*) gdb_target=mcore ;;
|
||||
|
||||
mips*-*-pe) gdb_target=wince ;;
|
||||
|
||||
Reference in New Issue
Block a user