diff options
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/config/sparc')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/nbsd.mt | 2 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/nbsd64.mh | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/nbsdelf.mh | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/obsd.mt | 2 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/obsd64.mt | 2 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/tm-fbsd.h | 27 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/tm-linux.h | 29 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/tm-nbsd.h | 30 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/tm-nbsd64.h | 27 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/sparc/tm-vxworks.h | 31 |
10 files changed, 7 insertions, 151 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/nbsd.mt b/gnu/usr.bin/binutils/gdb/config/sparc/nbsd.mt index 25dbefff703..7a5cf680576 100644 --- a/gnu/usr.bin/binutils/gdb/config/sparc/nbsd.mt +++ b/gnu/usr.bin/binutils/gdb/config/sparc/nbsd.mt @@ -1,4 +1,4 @@ # Target: NetBSD/sparc TDEPFILES= sparc-tdep.o sparcnbsd-tdep.o nbsd-tdep.o \ corelow.o solib.o solib-svr4.o -TM_FILE= tm-nbsd.h +DEPRECATED_TM_FILE= solib.h diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/nbsd64.mh b/gnu/usr.bin/binutils/gdb/config/sparc/nbsd64.mh index 9ac8cf477d2..95d4166bc9f 100644 --- a/gnu/usr.bin/binutils/gdb/config/sparc/nbsd64.mh +++ b/gnu/usr.bin/binutils/gdb/config/sparc/nbsd64.mh @@ -1,6 +1,6 @@ # Host: NetBSD/sparc64 -NATDEPFILES= sparc64nbsd-nat.o sparc-nat.o bsd-kvm.o \ - fork-child.o infptrace.o inftarg.o +NATDEPFILES= fork-child.o inf-ptrace.o \ + sparc64nbsd-nat.o sparc-nat.o bsd-kvm.o NAT_FILE= nm-nbsd.h LOADLIBES= -lkvm diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/nbsdelf.mh b/gnu/usr.bin/binutils/gdb/config/sparc/nbsdelf.mh index 611a6a4d2ad..d258fccd514 100644 --- a/gnu/usr.bin/binutils/gdb/config/sparc/nbsdelf.mh +++ b/gnu/usr.bin/binutils/gdb/config/sparc/nbsdelf.mh @@ -1,6 +1,6 @@ # Host: NetBSD/sparc ELF -NATDEPFILES= sparc-nat.o sparcnbsd-nat.o bsd-kvm.o \ - fork-child.o infptrace.o inftarg.o +NATDEPFILES= fork-child.o inf-ptrace.o \ + sparc-nat.o sparcnbsd-nat.o bsd-kvm.o NAT_FILE= nm-nbsd.h LOADLIBES= -lkvm diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/obsd.mt b/gnu/usr.bin/binutils/gdb/config/sparc/obsd.mt index 800cb048eac..a24b7e9ad64 100644 --- a/gnu/usr.bin/binutils/gdb/config/sparc/obsd.mt +++ b/gnu/usr.bin/binutils/gdb/config/sparc/obsd.mt @@ -1,4 +1,4 @@ # Target: OpenBSD/sparc TDEPFILES= sparc-tdep.o sparcnbsd-tdep.o sparcobsd-tdep.o nbsd-tdep.o \ corelow.o solib.o solib-svr4.o -TM_FILE= tm-nbsd.h +DEPRECATED_TM_FILE= solib.h diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/obsd64.mt b/gnu/usr.bin/binutils/gdb/config/sparc/obsd64.mt index 82587dfc84a..8514db18698 100644 --- a/gnu/usr.bin/binutils/gdb/config/sparc/obsd64.mt +++ b/gnu/usr.bin/binutils/gdb/config/sparc/obsd64.mt @@ -2,4 +2,4 @@ TDEPFILES= sparc64-tdep.o sparc64nbsd-tdep.o sparc64obsd-tdep.o \ sparc-tdep.o sparcnbsd-tdep.o sparcobsd-tdep.o nbsd-tdep.o \ corelow.o solib.o solib-svr4.o -TM_FILE= tm-nbsd.h +DEPRECATED_TM_FILE= solib.h diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/tm-fbsd.h b/gnu/usr.bin/binutils/gdb/config/sparc/tm-fbsd.h deleted file mode 100644 index f441937668a..00000000000 --- a/gnu/usr.bin/binutils/gdb/config/sparc/tm-fbsd.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Target-dependent definitions for FreeBSD/sparc64. - - Copyright 2002, 2003 Free Software Foundation, Inc. - Contributed by David E. O'Brien <obrien@FreeBSD.org>. - - 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ - -#ifndef TM_FBSD_H -#define TM_FBSD_H - -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_TM - -#endif /* tm-fbsd.h */ diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/tm-linux.h b/gnu/usr.bin/binutils/gdb/config/sparc/tm-linux.h deleted file mode 100644 index ae853ba0acb..00000000000 --- a/gnu/usr.bin/binutils/gdb/config/sparc/tm-linux.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Target-dependent definitions for GNU/Linux SPARC. - - Copyright 2003 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ - -#ifndef TM_LINUX_H -#define TM_LINUX_H - -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_TM - -/* Shared library support. */ -#include "solib.h" - -#endif /* tm-linux.h */ diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/tm-nbsd.h b/gnu/usr.bin/binutils/gdb/config/sparc/tm-nbsd.h deleted file mode 100644 index 301136bbead..00000000000 --- a/gnu/usr.bin/binutils/gdb/config/sparc/tm-nbsd.h +++ /dev/null @@ -1,30 +0,0 @@ -/* Target-dependent definitions for NetBSD/sparc. - - Copyright 1994, 2002, 2003 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 TM_NBSD_H -#define TM_NBSD_H - -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_TM - -/* Shared library support. */ -#include "solib.h" - -#endif /* tm-nbsd.h */ diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/tm-nbsd64.h b/gnu/usr.bin/binutils/gdb/config/sparc/tm-nbsd64.h deleted file mode 100644 index cc1d6b32297..00000000000 --- a/gnu/usr.bin/binutils/gdb/config/sparc/tm-nbsd64.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Macro definitions for UltraSPARC running under NetBSD. - Copyright 1994, 2002 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 TM_NBSD64_H -#define TM_NBSD64_H - -#include "sparc/tm-sp64.h" /* sets GDB_MULTI_ARCH */ -#include "solib.h" - -#endif /* TM_NBSD64_H */ diff --git a/gnu/usr.bin/binutils/gdb/config/sparc/tm-vxworks.h b/gnu/usr.bin/binutils/gdb/config/sparc/tm-vxworks.h deleted file mode 100644 index 7b0474847c6..00000000000 --- a/gnu/usr.bin/binutils/gdb/config/sparc/tm-vxworks.h +++ /dev/null @@ -1,31 +0,0 @@ -/* Target-dependent defenitions for VxWorks SPARC. - - Copyright 1993, 1999, 2004 Free Software Foundation, Inc. - Contributed by Cygnus Support. - - 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 TM_VXWORKS_H -#define TM_VXWORKS_H - -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_TM - -/* Get generic VxWorks definitions. */ -#include "config/tm-vxworks.h" - -#endif /* tm-vxworks.h */ |