Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/gdb53/arch/m68k remove xm.h
details: https://anonhg.NetBSD.org/src/rev/0340e36f7201
branches: trunk
changeset: 551894:0340e36f7201
user: cl <cl%NetBSD.org@localhost>
date: Sat Sep 13 20:02:29 2003 +0000
description:
remove xm.h
diffstat:
gnu/usr.bin/gdb53/arch/m68k/config.h | 2 +-
gnu/usr.bin/gdb53/arch/m68k/xm.h | 22 ----------------------
2 files changed, 1 insertions(+), 23 deletions(-)
diffs (38 lines):
diff -r 7dc81e1ca2c3 -r 0340e36f7201 gnu/usr.bin/gdb53/arch/m68k/config.h
--- a/gnu/usr.bin/gdb53/arch/m68k/config.h Sat Sep 13 19:45:15 2003 +0000
+++ b/gnu/usr.bin/gdb53/arch/m68k/config.h Sat Sep 13 20:02:29 2003 +0000
@@ -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 -r 7dc81e1ca2c3 -r 0340e36f7201 gnu/usr.bin/gdb53/arch/m68k/xm.h
--- a/gnu/usr.bin/gdb53/arch/m68k/xm.h Sat Sep 13 19:45:15 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index