diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1996-02-22 09:11:16 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1996-02-22 09:11:16 +0000 |
commit | b7f3b6d5e6f3664d270873d0f4eb99ed2a1fdd69 (patch) | |
tree | 2675f06ea5f4c3d494f9a3e6cf0d8ae5d295aca8 /gdb/config/m68k/nm-nbsd.h | |
parent | 6a6a552a2968ef5e551b82cc52b6080781f63a8d (diff) | |
download | gdb-b7f3b6d5e6f3664d270873d0f4eb99ed2a1fdd69.zip gdb-b7f3b6d5e6f3664d270873d0f4eb99ed2a1fdd69.tar.gz gdb-b7f3b6d5e6f3664d270873d0f4eb99ed2a1fdd69.tar.bz2 |
* config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},
m68knbsd-nat.c: New files, support for NetBSD/m68k.
* configure.in (m68k-*-netbsd*): New config.
* configure: Regenerated.
Diffstat (limited to 'gdb/config/m68k/nm-nbsd.h')
-rw-r--r-- | gdb/config/m68k/nm-nbsd.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/config/m68k/nm-nbsd.h b/gdb/config/m68k/nm-nbsd.h new file mode 100644 index 0000000..ce22c4d --- /dev/null +++ b/gdb/config/m68k/nm-nbsd.h @@ -0,0 +1,21 @@ +/* Native-dependent definitions for Motorola m68k running NetBSD, for GDB. + Copyright 1996 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. */ + +/* Get generic NetBSD native definitions. */ +#include "nm-nbsd.h" |