diff options
Diffstat (limited to 'gdb/config/vax')
-rw-r--r-- | gdb/config/vax/nbsdelf.mh | 2 | ||||
-rw-r--r-- | gdb/config/vax/nm-nbsd.h | 28 | ||||
-rw-r--r-- | gdb/config/vax/nm-nbsdaout.h | 2 | ||||
-rw-r--r-- | gdb/config/vax/nm-obsd.h | 28 | ||||
-rw-r--r-- | gdb/config/vax/obsd.mh | 2 |
5 files changed, 3 insertions, 59 deletions
diff --git a/gdb/config/vax/nbsdelf.mh b/gdb/config/vax/nbsdelf.mh index eec0399..06dda18 100644 --- a/gdb/config/vax/nbsdelf.mh +++ b/gdb/config/vax/nbsdelf.mh @@ -1,5 +1,5 @@ # Host: NetBSD/vax ELF NATDEPFILES= vaxbsd-nat.o bsd-kvm.o fork-child.o infptrace.o inftarg.o -NAT_FILE= nm-nbsd.h +NAT_FILE= config/nm-nbsd.h LOADLIBES= -lkvm diff --git a/gdb/config/vax/nm-nbsd.h b/gdb/config/vax/nm-nbsd.h deleted file mode 100644 index a946865..0000000 --- a/gdb/config/vax/nm-nbsd.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Native-dependent definitions for NetBSD/vax. - - Copyright 2004 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/vax/nm-nbsdaout.h b/gdb/config/vax/nm-nbsdaout.h index f611b9a..02504f5 100644 --- a/gdb/config/vax/nm-nbsdaout.h +++ b/gdb/config/vax/nm-nbsdaout.h @@ -22,7 +22,7 @@ #ifndef NM_NBSDAOUT_H #define NM_NBSDAOUT_H -#include "vax/nm-nbsd.h" +#include "config/nm-nbsd.h" /* Get generic NetBSD a.out native definitions. */ #include "config/nm-nbsdaout.h" diff --git a/gdb/config/vax/nm-obsd.h b/gdb/config/vax/nm-obsd.h deleted file mode 100644 index ac44636..0000000 --- a/gdb/config/vax/nm-obsd.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Native-dependent definitions for OpenBSD/vax. - - Copyright 2004 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_OBSD_H -#define NM_OBSD_H - -/* Get generic BSD native definitions. */ -#include "config/nm-bsd.h" - -#endif /* nm-obsd.h */ diff --git a/gdb/config/vax/obsd.mh b/gdb/config/vax/obsd.mh index 299a38f..416f2c6 100644 --- a/gdb/config/vax/obsd.mh +++ b/gdb/config/vax/obsd.mh @@ -1,5 +1,5 @@ # Host: OpenBSD/vax NATDEPFILES= vaxbsd-nat.o bsd-kvm.o fork-child.o infptrace.o inftarg.o -NAT_FILE= nm-obsd.h +NAT_FILE= config/nm-bsd.h LOADLIBES= -lkvm |