From 7820cb5d2632e8c19ef4b74d52eec1cbfb24ab64 Mon Sep 17 00:00:00 2001 From: cl Date: Sat, 13 Sep 2003 20:02:29 +0000 Subject: [PATCH] remove xm.h --- gnu/usr.bin/gdb53/arch/m68k/config.h | 2 +- gnu/usr.bin/gdb53/arch/m68k/xm.h | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 gnu/usr.bin/gdb53/arch/m68k/xm.h diff --git a/gnu/usr.bin/gdb53/arch/m68k/config.h b/gnu/usr.bin/gdb53/arch/m68k/config.h index d674cf10568a..86a563115051 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 6c735fa1a8cb..000000000000 --- 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"