diff options
Diffstat (limited to 'gdb/config/arm')
-rw-r--r-- | gdb/config/arm/nbsdelf.mh | 2 | ||||
-rw-r--r-- | gdb/config/arm/nm-nbsd.h | 27 | ||||
-rw-r--r-- | gdb/config/arm/nm-nbsdaout.h | 2 |
3 files changed, 2 insertions, 29 deletions
diff --git a/gdb/config/arm/nbsdelf.mh b/gdb/config/arm/nbsdelf.mh index 1746b42..b979f6a 100644 --- a/gdb/config/arm/nbsdelf.mh +++ b/gdb/config/arm/nbsdelf.mh @@ -1,3 +1,3 @@ # Host ARM running NetBSD NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o armnbsd-nat.o -NAT_FILE=nm-nbsd.h +NAT_FILE= config/nm-nbsd.h diff --git a/gdb/config/arm/nm-nbsd.h b/gdb/config/arm/nm-nbsd.h deleted file mode 100644 index 63be920..0000000 --- a/gdb/config/arm/nm-nbsd.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Native-dependent definitions for ARM running NetBSD, for GDB. - Copyright 1986, 1987, 1989, 1992, 1994, 1999 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_NBSD_H -#define NM_NBSD_H - -/* Get generic NetBSD native definitions. */ -#include "config/nm-nbsd.h" - -#endif /* NM_NBSD_H */ diff --git a/gdb/config/arm/nm-nbsdaout.h b/gdb/config/arm/nm-nbsdaout.h index 3f7fee9..88e42c5 100644 --- a/gdb/config/arm/nm-nbsdaout.h +++ b/gdb/config/arm/nm-nbsdaout.h @@ -21,7 +21,7 @@ #ifndef NM_NBSDAOUT_H #define NM_NBSDAOUT_H -#include "arm/nm-nbsd.h" +#include "config/nm-nbsd.h" /* Get generic NetBSD a.out native definitions. */ #include "config/nm-nbsdaout.h" |