summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorcl <cl@NetBSD.org>2003-09-13 20:02:29 +0000
committercl <cl@NetBSD.org>2003-09-13 20:02:29 +0000
commit7820cb5d2632e8c19ef4b74d52eec1cbfb24ab64 (patch)
tree55c81bd8d96241a41b7f9edd5785a5ba1bdbd857 /gnu/usr.bin
parentb4f47506dc0f80e78a5b81895ecac2a07b0bd099 (diff)
remove xm.h
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gdb53/arch/m68k/config.h2
-rw-r--r--gnu/usr.bin/gdb53/arch/m68k/xm.h22
2 files changed, 1 insertions, 23 deletions
diff --git a/gnu/usr.bin/gdb53/arch/m68k/config.h b/gnu/usr.bin/gdb53/arch/m68k/config.h
index d674cf10568..86a56311505 100644
--- a/gnu/usr.bin/gdb53/arch/m68k/config.h
+++ b/gnu/usr.bin/gdb53/arch/m68k/config.h
@@ -186,7 +186,7 @@
/* #undef GDB_MULTI_ARCH */
/* hostfile */
-#define GDB_XM_FILE config/m68k/xm-nbsd.h
+/* #undef GDB_XM_FILE */
/* targetfile */
#define GDB_TM_FILE config/m68k/tm-nbsd.h
diff --git a/gnu/usr.bin/gdb53/arch/m68k/xm.h b/gnu/usr.bin/gdb53/arch/m68k/xm.h
deleted file mode 100644
index 6c735fa1a8c..00000000000
--- a/gnu/usr.bin/gdb53/arch/m68k/xm.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Parameters for execution on a 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 host definitions. */
-#include "config/xm-nbsd.h"