summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-06 01:53:52 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-06 01:53:52 +0000
commit6ba4631f2a7b80affd2dcc9b489c1a0e1ae31427 (patch)
treef3f17dedb5b307e5804357e24c90990bfd99431f
parent93078afc584a201d92b8050a07ecc17005e75caa (diff)
downloadgdb-6ba4631f2a7b80affd2dcc9b489c1a0e1ae31427.tar.gz
2004-04-05 Andrew Cagney <cagney@redhat.com>
* config/i386/tm-i386.h: Delete file. * config/i386/tm-vxworks.h: Update copyright, do not include "tm-i386.h". * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto. * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto. * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto. * config/i386/ncr3000.mt (TM_FILE): Delete. * config/i386/interix.mt (TM_FILE): Delete. * config/i386/i386v.mt (TM_FILE): Delete. * config/i386/i386nw.mt (TM_FILE): Delete. * config/i386/i386gnu.mt (TM_FILE): Delete. * config/i386/i386aout.mt (TM_FILE): Delete. * config/i386/embed.mt (TM_FILE): Delete.
-rw-r--r--gdb/ChangeLog16
-rw-r--r--gdb/config/i386/embed.mt1
-rw-r--r--gdb/config/i386/i386aout.mt1
-rw-r--r--gdb/config/i386/i386gnu.mt1
-rw-r--r--gdb/config/i386/i386nw.mt1
-rw-r--r--gdb/config/i386/i386v.mt1
-rw-r--r--gdb/config/i386/interix.mt1
-rw-r--r--gdb/config/i386/ncr3000.mt1
-rw-r--r--gdb/config/i386/tm-cygwin.h7
-rw-r--r--gdb/config/i386/tm-go32.h6
-rw-r--r--gdb/config/i386/tm-i386.h25
-rw-r--r--gdb/config/i386/tm-i386lynx.h6
-rw-r--r--gdb/config/i386/tm-i386sol2.h5
-rw-r--r--gdb/config/i386/tm-linux.h5
-rw-r--r--gdb/config/i386/tm-nto.h6
-rw-r--r--gdb/config/i386/tm-vxworks.h8
16 files changed, 34 insertions, 57 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3fe9a420bd0..089ea3f08ce 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,19 @@
+2004-04-05 Andrew Cagney <cagney@redhat.com>
+
+ * config/i386/tm-i386.h: Delete file.
+ * config/i386/tm-vxworks.h: Update copyright, do not include
+ "tm-i386.h".
+ * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
+ * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
+ * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
+ * config/i386/ncr3000.mt (TM_FILE): Delete.
+ * config/i386/interix.mt (TM_FILE): Delete.
+ * config/i386/i386v.mt (TM_FILE): Delete.
+ * config/i386/i386nw.mt (TM_FILE): Delete.
+ * config/i386/i386gnu.mt (TM_FILE): Delete.
+ * config/i386/i386aout.mt (TM_FILE): Delete.
+ * config/i386/embed.mt (TM_FILE): Delete.
+
2004-04-05 Kevin Buettner <kevinb@redhat.com>
* frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
diff --git a/gdb/config/i386/embed.mt b/gdb/config/i386/embed.mt
index 6925a83501d..0a008c706c8 100644
--- a/gdb/config/i386/embed.mt
+++ b/gdb/config/i386/embed.mt
@@ -1,3 +1,2 @@
# Target: Embedded Intel 386
TDEPFILES= i386-tdep.o i387-tdep.o
-TM_FILE= tm-i386.h
diff --git a/gdb/config/i386/i386aout.mt b/gdb/config/i386/i386aout.mt
index 2a33369b462..67b4c2e3373 100644
--- a/gdb/config/i386/i386aout.mt
+++ b/gdb/config/i386/i386aout.mt
@@ -1,3 +1,2 @@
# Target: Intel 386 with a.out
TDEPFILES= i386-tdep.o i387-tdep.o
-TM_FILE= tm-i386.h
diff --git a/gdb/config/i386/i386gnu.mt b/gdb/config/i386/i386gnu.mt
index 2029e99bbfc..220b64ab310 100644
--- a/gdb/config/i386/i386gnu.mt
+++ b/gdb/config/i386/i386gnu.mt
@@ -1,3 +1,2 @@
# Target: Intel 386 running the GNU Hurd
TDEPFILES= i386-tdep.o i387-tdep.o i386gnu-tdep.o
-TM_FILE= tm-i386.h
diff --git a/gdb/config/i386/i386nw.mt b/gdb/config/i386/i386nw.mt
index 9eafe7dcfd7..77c6519fe93 100644
--- a/gdb/config/i386/i386nw.mt
+++ b/gdb/config/i386/i386nw.mt
@@ -1,3 +1,2 @@
# Target: Intel 386 running NetWare
TDEPFILES= i386-tdep.o i387-tdep.o
-TM_FILE= tm-i386.h
diff --git a/gdb/config/i386/i386v.mt b/gdb/config/i386/i386v.mt
index 1ee53057979..630b19e99c3 100644
--- a/gdb/config/i386/i386v.mt
+++ b/gdb/config/i386/i386v.mt
@@ -1,3 +1,2 @@
# Target: Intel 386 running System V
TDEPFILES= i386-tdep.o i387-tdep.o
-TM_FILE= tm-i386.h
diff --git a/gdb/config/i386/interix.mt b/gdb/config/i386/interix.mt
index 8d609624757..21285aa6a0d 100644
--- a/gdb/config/i386/interix.mt
+++ b/gdb/config/i386/interix.mt
@@ -1,3 +1,2 @@
# Target: Intel 386 running Interix
TDEPFILES= i386-tdep.o i387-tdep.o i386-interix-tdep.o solib.o solib-pei.o
-TM_FILE= tm-i386.h
diff --git a/gdb/config/i386/ncr3000.mt b/gdb/config/i386/ncr3000.mt
index 4773daec1b6..20a072832f0 100644
--- a/gdb/config/i386/ncr3000.mt
+++ b/gdb/config/i386/ncr3000.mt
@@ -1,3 +1,2 @@
# Target: Intel 386 running SVR4
TDEPFILES= i386-tdep.o i387-tdep.o solib.o solib-svr4.o solib-legacy.o
-TM_FILE= tm-i386.h
diff --git a/gdb/config/i386/tm-cygwin.h b/gdb/config/i386/tm-cygwin.h
index e7b49de558d..52ec2751261 100644
--- a/gdb/config/i386/tm-cygwin.h
+++ b/gdb/config/i386/tm-cygwin.h
@@ -1,6 +1,7 @@
/* Macro definitions for i386 running under the win32 API Unix.
- Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
- Free Software Foundation, Inc.
+
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004 Free
+ Software Foundation, Inc.
This file is part of GDB.
@@ -19,8 +20,6 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include "i386/tm-i386.h"
-
#define ATTACH_NO_WAIT
#define SOLIB_ADD(filename, from_tty, targ, readsyms) child_solib_add(filename, from_tty, targ, readsyms)
#define PC_SOLIB(addr) solib_address (addr)
diff --git a/gdb/config/i386/tm-go32.h b/gdb/config/i386/tm-go32.h
index 85e0888ef80..ece1fff9457 100644
--- a/gdb/config/i386/tm-go32.h
+++ b/gdb/config/i386/tm-go32.h
@@ -1,5 +1,7 @@
/* Target-dependent definitions for Intel x86 running DJGPP.
- Copyright 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
+
+ Copyright 1995, 1996, 1997, 1999, 2000, 2004 Free Software
+ Foundation, Inc.
This file is part of GDB.
@@ -23,6 +25,4 @@
#undef HAVE_SSE_REGS /* FIXME! go32-nat.c needs to support XMMi registers */
-#include "i386/tm-i386.h"
-
#endif /* TM_GO32_H */
diff --git a/gdb/config/i386/tm-i386.h b/gdb/config/i386/tm-i386.h
deleted file mode 100644
index e2bd81fdaa8..00000000000
--- a/gdb/config/i386/tm-i386.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Macro definitions for GDB on an Intel i[345]86.
- Copyright 1995, 1996, 1998, 1999, 2000, 2001
- 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_I386_H
-#define TM_I386_H 1
-
-#endif /* ifndef TM_I386_H */
diff --git a/gdb/config/i386/tm-i386lynx.h b/gdb/config/i386/tm-i386lynx.h
index 03fe4ff8bf7..fbb7f81c04d 100644
--- a/gdb/config/i386/tm-i386lynx.h
+++ b/gdb/config/i386/tm-i386lynx.h
@@ -1,5 +1,6 @@
/* Macro definitions for Intel 386 running under LynxOS.
- Copyright 1993, 1995, 2002 Free Software Foundation, Inc.
+
+ Copyright 1993, 1995, 2002, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@@ -23,7 +24,4 @@
#include "config/tm-lynx.h"
-/* Most definitions from sysv could be used. */
-#include "i386/tm-i386.h"
-
#endif /* TM_I386LYNX_H */
diff --git a/gdb/config/i386/tm-i386sol2.h b/gdb/config/i386/tm-i386sol2.h
index 921df26dc07..3f9aaa59e21 100644
--- a/gdb/config/i386/tm-i386sol2.h
+++ b/gdb/config/i386/tm-i386sol2.h
@@ -1,5 +1,6 @@
/* Macro definitions for GDB on an Intel i386 running Solaris 2.
- Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
+
+ Copyright 1998, 1999, 2000, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@@ -21,8 +22,6 @@
#ifndef TM_I386SOL2_H
#define TM_I386SOL2_H 1
-#include "i386/tm-i386.h"
-
/* The SunPRO compiler puts out 0 instead of the address in N_SO symbols,
and for SunPRO 3.0, N_FUN symbols too. */
#define SOFUN_ADDRESS_MAYBE_MISSING
diff --git a/gdb/config/i386/tm-linux.h b/gdb/config/i386/tm-linux.h
index 83440a8722f..1c8bbafdd05 100644
--- a/gdb/config/i386/tm-linux.h
+++ b/gdb/config/i386/tm-linux.h
@@ -1,7 +1,7 @@
/* Definitions to target GDB to GNU/Linux on 386.
- Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2002 Free
- Software Foundation, Inc.
+ Copyright 1992, 1993, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
+ 2004 Free Software Foundation, Inc.
This file is part of GDB.
@@ -23,7 +23,6 @@
#ifndef TM_LINUX_H
#define TM_LINUX_H
-#include "i386/tm-i386.h"
#include "config/tm-linux.h"
/* The following works around a problem with /usr/include/sys/procfs.h */
diff --git a/gdb/config/i386/tm-nto.h b/gdb/config/i386/tm-nto.h
index ff5eb7837e0..670acc8d926 100644
--- a/gdb/config/i386/tm-nto.h
+++ b/gdb/config/i386/tm-nto.h
@@ -1,6 +1,6 @@
/* QNX Neutrino target header.
- Copyright 2003 Free Software Foundation, Inc.
+ Copyright 2003, 2004 Free Software Foundation, Inc.
This code was donated by QNX Software Systems Ltd.
@@ -24,9 +24,7 @@
#ifndef TM_NTO_H
#define TM_NTO_H 1
-/* Pick up most of what we need from the generic i386 target include file. */
-#include "i386/tm-i386.h"
-#include "tm-nto.h"
+#include "config/tm-nto.h"
#include "solib.h"
diff --git a/gdb/config/i386/tm-vxworks.h b/gdb/config/i386/tm-vxworks.h
index f9b6be453cb..c0a042eba7c 100644
--- a/gdb/config/i386/tm-vxworks.h
+++ b/gdb/config/i386/tm-vxworks.h
@@ -1,6 +1,7 @@
-/* Target machine description for VxWorks on the 80[3456]86,
- for GDB, the GNU debugger.
- Copyright 1999 Free Software Foundation, Inc.
+/* 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.
@@ -22,7 +23,6 @@
#ifndef TM_VXWORKS_H
#define TM_VXWORKS_H
-#include "i386/tm-i386.h"
#include "config/tm-vxworks.h"
#endif /* ifndef TM_VXWORKS_H */