diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-02 22:37:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-02 22:37:41 +0000 |
commit | 63f22f0da51c99abccef3250a6d0073be58a75c5 (patch) | |
tree | c70d09fc615048599ee811a7ab71cd3110bb0fb2 /gdb/config/i386 | |
parent | 0f475e278d27573b3c0c2f2bac958eed3ae965ef (diff) | |
download | gdb-63f22f0da51c99abccef3250a6d0073be58a75c5.zip gdb-63f22f0da51c99abccef3250a6d0073be58a75c5.tar.gz gdb-63f22f0da51c99abccef3250a6d0073be58a75c5.tar.bz2 |
2004-09-02 Andrew Cagney <cagney@gnu.org>
* config/vax/nbsd.mt (TM_FILE): Set to solib.h.
* config/vax/tm-nbsd.h: Delete file.
* config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
* config/sparc/tm-vxworks.h: Delete file.
* config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
* config/sparc/tm-nbsd.h: Delete file.
* config/sparc/linux64.mt (TM_FILE): Set to solib.h.
* config/sparc/linux.mt (TM_FILE): Set to solib.h.
* config/sparc/tm-linux.h: Delete file.
* config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
* config/s390/tm-linux.h: Delete file.
* config/pa/obsd.mt (TM_FILE): Set to solib.h.
* config/pa/tm-bsd.h: Delete file.
* config/m68k/obsd.mt (TM_FILE): Set to solib.h.
* config/m68k/tm-obsd.h: Delete file.
* config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
* config/m68k/tm-nbsd.h: Delete file.
* config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
* config/i386/tm-vxworks.h: Delete file.
* config/i386/obsd64.mt (TM_FILE): Set to solib.h.
* config/i386/obsd.mt (TM_FILE): Set to solib.h.
* config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
* config/i386/nbsd.mt (TM_FILE): Set to solib.h.
* config/i386/tm-nbsd.h: Delete file.
* config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
* config/i386/tm-i386lynx.h: Delete file.
* config/cris/cris.mt (TM_FILE): Set to solib.h.
* config/cris/tm-cris.h: Delete file.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/i386lynx.mt | 2 | ||||
-rw-r--r-- | gdb/config/i386/nbsd.mt | 2 | ||||
-rw-r--r-- | gdb/config/i386/nbsd64.mt | 2 | ||||
-rw-r--r-- | gdb/config/i386/obsd.mt | 2 | ||||
-rw-r--r-- | gdb/config/i386/obsd64.mt | 2 | ||||
-rw-r--r-- | gdb/config/i386/tm-i386lynx.h | 27 | ||||
-rw-r--r-- | gdb/config/i386/tm-nbsd.h | 27 | ||||
-rw-r--r-- | gdb/config/i386/tm-vxworks.h | 28 | ||||
-rw-r--r-- | gdb/config/i386/vxworks.mt | 2 |
9 files changed, 6 insertions, 88 deletions
diff --git a/gdb/config/i386/i386lynx.mt b/gdb/config/i386/i386lynx.mt index 6704b43..30ad473 100644 --- a/gdb/config/i386/i386lynx.mt +++ b/gdb/config/i386/i386lynx.mt @@ -1,3 +1,3 @@ # Target: Intel 386 running LynxOS TDEPFILES= coff-solib.o i386-tdep.o i386ly-tdep.o -TM_FILE= tm-i386lynx.h +TM_FILE= config/tm-lynx.h diff --git a/gdb/config/i386/nbsd.mt b/gdb/config/i386/nbsd.mt index d6699b5..ce82c3b 100644 --- a/gdb/config/i386/nbsd.mt +++ b/gdb/config/i386/nbsd.mt @@ -1,4 +1,4 @@ # Target: NetBSD/i386 TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386nbsd-tdep.o nbsd-tdep.o \ corelow.o solib.o solib-svr4.o -TM_FILE= tm-nbsd.h +TM_FILE= solib.h diff --git a/gdb/config/i386/nbsd64.mt b/gdb/config/i386/nbsd64.mt index 3c98211..72eb556 100644 --- a/gdb/config/i386/nbsd64.mt +++ b/gdb/config/i386/nbsd64.mt @@ -1,4 +1,4 @@ # Target: NetBSD/amd64 TDEPFILES= amd64-tdep.o amd64nbsd-tdep.o i386-tdep.o i387-tdep.o nbsd-tdep.o \ corelow.o solib.o solib-svr4.o -TM_FILE= tm-nbsd.h +TM_FILE= solib.h diff --git a/gdb/config/i386/obsd.mt b/gdb/config/i386/obsd.mt index 58e0fc0..b8c40b8 100644 --- a/gdb/config/i386/obsd.mt +++ b/gdb/config/i386/obsd.mt @@ -1,4 +1,4 @@ # Target: OpenBSD/i386 TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \ corelow.o solib.o solib-svr4.o -TM_FILE= tm-nbsd.h +TM_FILE= solib.h diff --git a/gdb/config/i386/obsd64.mt b/gdb/config/i386/obsd64.mt index e2bbf41..2b94e6f 100644 --- a/gdb/config/i386/obsd64.mt +++ b/gdb/config/i386/obsd64.mt @@ -2,4 +2,4 @@ TDEPFILES= amd64-tdep.o amd64obsd-tdep.o \ i386-tdep.o i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \ corelow.o solib.o solib-svr4.o -TM_FILE= tm-nbsd.h +TM_FILE= solib.h diff --git a/gdb/config/i386/tm-i386lynx.h b/gdb/config/i386/tm-i386lynx.h deleted file mode 100644 index fbb7f81..0000000 --- a/gdb/config/i386/tm-i386lynx.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Macro definitions for Intel 386 running under LynxOS. - - Copyright 1993, 1995, 2002, 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 TM_I386LYNX_H -#define TM_I386LYNX_H - -#include "config/tm-lynx.h" - -#endif /* TM_I386LYNX_H */ diff --git a/gdb/config/i386/tm-nbsd.h b/gdb/config/i386/tm-nbsd.h deleted file mode 100644 index 8fd4158..0000000 --- a/gdb/config/i386/tm-nbsd.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Target-dependent definitions for NetBSD/i386. - - Copyright 1994, 1996, 2000, 2002, 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 TM_NBSD_H -#define TM_NBSD_H - -#include "solib.h" - -#endif /* tm-nbsd.h */ diff --git a/gdb/config/i386/tm-vxworks.h b/gdb/config/i386/tm-vxworks.h deleted file mode 100644 index c0a042e..0000000 --- a/gdb/config/i386/tm-vxworks.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Target machine description for VxWorks on the 80[3456]86, for GDB, - the GNU debugger. - - Copyright 1999, 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 TM_VXWORKS_H -#define TM_VXWORKS_H - -#include "config/tm-vxworks.h" - -#endif /* ifndef TM_VXWORKS_H */ diff --git a/gdb/config/i386/vxworks.mt b/gdb/config/i386/vxworks.mt index a14aacc..f110db0 100644 --- a/gdb/config/i386/vxworks.mt +++ b/gdb/config/i386/vxworks.mt @@ -1,3 +1,3 @@ # Target: i386 running VxWorks TDEPFILES= i386-tdep.o i387-tdep.o -TM_FILE= tm-vxworks.h +TM_FILE= config/tm-vxworks.h |