diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-05-24 21:00:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-05-24 21:00:09 +0000 |
commit | bf2ca189e878405c46e2f3208f2b80d1ac331a53 (patch) | |
tree | e69a2c30c66edbd5612b0a3ceb31440eb7665f07 /gdb/config/m88k | |
parent | 80fadb1152b01dde83abb97f9aeba468f9a3c2bc (diff) | |
download | gdb-bf2ca189e878405c46e2f3208f2b80d1ac331a53.zip gdb-bf2ca189e878405c46e2f3208f2b80d1ac331a53.tar.gz gdb-bf2ca189e878405c46e2f3208f2b80d1ac331a53.tar.bz2 |
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*.
Diffstat (limited to 'gdb/config/m88k')
-rw-r--r-- | gdb/config/m88k/nm-obsd.h | 28 | ||||
-rw-r--r-- | gdb/config/m88k/obsd.mh | 3 | ||||
-rw-r--r-- | gdb/config/m88k/obsd.mt | 2 |
3 files changed, 33 insertions, 0 deletions
diff --git a/gdb/config/m88k/nm-obsd.h b/gdb/config/m88k/nm-obsd.h new file mode 100644 index 0000000..6d81f58 --- /dev/null +++ b/gdb/config/m88k/nm-obsd.h @@ -0,0 +1,28 @@ +/* Native-dependent definitions for OpenBSD/m88k. + + Copyright 2004 Free Software Foundation, Inc. + + This file is part of GDB. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +#ifndef NM_OBSD_H +#define NM_OBSD_H + +/* Get generic BSD native definitions. */ +#include "config/nm-bsd.h" + +#endif /* nm-obsd.h */ diff --git a/gdb/config/m88k/obsd.mh b/gdb/config/m88k/obsd.mh new file mode 100644 index 0000000..de60ab4 --- /dev/null +++ b/gdb/config/m88k/obsd.mh @@ -0,0 +1,3 @@ +# Host: OpenBSD/m88k +NATDEPFILES= m88kbsd-nat.o fork-child.o infptrace.o inftarg.o +NAT_FILE= nm-obsd.h diff --git a/gdb/config/m88k/obsd.mt b/gdb/config/m88k/obsd.mt new file mode 100644 index 0000000..36e61bb --- /dev/null +++ b/gdb/config/m88k/obsd.mt @@ -0,0 +1,2 @@ +# Target: OpenBSD/m88k +TDEPFILES= m88k-tdep.o corelow.o |