This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Eliminate tm definitions of GDB_MULTI_ARCH


The're all reundant. defs.h defines GDB_MULTI_ARCH correctly dependant on the presence of the TM file.

committed,
Andrew
2004-09-02  Andrew Cagney  <cagney@gnu.org>

	* config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
	* config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
	* config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
	* config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
	* config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
	* config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
	* config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
	* config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
	* config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
	* config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
	* config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
	* config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.

Index: config/arm/tm-arm.h
===================================================================
RCS file: /cvs/src/src/gdb/config/arm/tm-arm.h,v
retrieving revision 1.33
diff -p -u -r1.33 tm-arm.h
--- config/arm/tm-arm.h	22 Aug 2003 00:35:31 -0000	1.33
+++ config/arm/tm-arm.h	2 Sep 2004 14:15:57 -0000
@@ -22,8 +22,6 @@
 #ifndef TM_ARM_H
 #define TM_ARM_H
 
-#define GDB_MULTI_ARCH 1
-
 /* Specify that for the native compiler variables for a particular
    lexical context are listed after the beginning LBRAC instead of
    before in the executables list of symbols.  */
Index: config/cris/tm-cris.h
===================================================================
RCS file: /cvs/src/src/gdb/config/cris/tm-cris.h,v
retrieving revision 1.1
diff -p -u -r1.1 tm-cris.h
--- config/cris/tm-cris.h	21 Dec 2001 09:53:58 -0000	1.1
+++ config/cris/tm-cris.h	2 Sep 2004 14:15:57 -0000
@@ -1,2 +1 @@
-#define GDB_MULTI_ARCH 1
 #include "solib.h"
Index: config/ia64/tm-ia64.h
===================================================================
RCS file: /cvs/src/src/gdb/config/ia64/tm-ia64.h,v
retrieving revision 1.9
diff -p -u -r1.9 tm-ia64.h
--- config/ia64/tm-ia64.h	20 Jun 2003 13:57:29 -0000	1.9
+++ config/ia64/tm-ia64.h	2 Sep 2004 14:15:57 -0000
@@ -21,8 +21,6 @@
 #ifndef TM_IA64_H
 #define TM_IA64_H
 
-#define GDB_MULTI_ARCH 1
-
 /* Register numbers of various important registers */
 
 /* General registers; there are 128 of these 64 bit wide registers.  The
Index: config/mips/tm-mips.h
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/tm-mips.h,v
retrieving revision 1.61
diff -p -u -r1.61 tm-mips.h
--- config/mips/tm-mips.h	21 Jul 2004 14:23:37 -0000	1.61
+++ config/mips/tm-mips.h	2 Sep 2004 14:15:57 -0000
@@ -26,8 +26,6 @@
 #ifndef TM_MIPS_H
 #define TM_MIPS_H 1
 
-#define GDB_MULTI_ARCH 1
-
 #include "regcache.h"
 
 struct frame_info;
Index: config/pa/tm-hppa.h
===================================================================
RCS file: /cvs/src/src/gdb/config/pa/tm-hppa.h,v
retrieving revision 1.74
diff -p -u -r1.74 tm-hppa.h
--- config/pa/tm-hppa.h	7 Jun 2004 17:58:33 -0000	1.74
+++ config/pa/tm-hppa.h	2 Sep 2004 14:15:57 -0000
@@ -26,8 +26,6 @@
 
 #include "regcache.h"
 
-#define GDB_MULTI_ARCH 1
-
 extern int hppa_pc_requires_run_before_use (CORE_ADDR pc);
 #define DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE(pc) hppa_pc_requires_run_before_use (pc)
 
Index: config/rs6000/tm-rs6000.h
===================================================================
RCS file: /cvs/src/src/gdb/config/rs6000/tm-rs6000.h,v
retrieving revision 1.32
diff -p -u -r1.32 tm-rs6000.h
--- config/rs6000/tm-rs6000.h	5 May 2004 01:46:55 -0000	1.32
+++ config/rs6000/tm-rs6000.h	2 Sep 2004 14:15:57 -0000
@@ -24,8 +24,6 @@
 
 struct frame_info;
 
-#define GDB_MULTI_ARCH 1
-
 /* Minimum possible text address in AIX */
 
 #define TEXT_SEGMENT_BASE	0x10000000
Index: config/sh/tm-sh.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sh/tm-sh.h,v
retrieving revision 1.22
diff -p -u -r1.22 tm-sh.h
--- config/sh/tm-sh.h	10 Oct 2003 07:13:11 -0000	1.22
+++ config/sh/tm-sh.h	2 Sep 2004 14:15:57 -0000
@@ -21,8 +21,6 @@
 
 /* Contributed by Steve Chamberlain sac@cygnus.com */
 
-#define GDB_MULTI_ARCH 1
-
 #define NUM_REALREGS 59 /* used in remote-e7000.c which is not multiarched. */
 
 #define DEPRECATED_BIG_REMOTE_BREAKPOINT    { 0xc3, 0x20 } /* Used in remote.c */
Index: config/sparc/tm-fbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/tm-fbsd.h,v
retrieving revision 1.2
diff -p -u -r1.2 tm-fbsd.h
--- config/sparc/tm-fbsd.h	21 Aug 2003 20:38:46 -0000	1.2
+++ config/sparc/tm-fbsd.h	2 Sep 2004 14:15:57 -0000
@@ -22,6 +22,4 @@
 #ifndef TM_FBSD_H
 #define TM_FBSD_H
 
-#define GDB_MULTI_ARCH GDB_MULTI_ARCH_TM
-
 #endif /* tm-fbsd.h */
Index: config/sparc/tm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/tm-linux.h,v
retrieving revision 1.7
diff -p -u -r1.7 tm-linux.h
--- config/sparc/tm-linux.h	3 Jan 2004 10:08:45 -0000	1.7
+++ config/sparc/tm-linux.h	2 Sep 2004 14:15:57 -0000
@@ -21,8 +21,6 @@
 #ifndef TM_LINUX_H
 #define TM_LINUX_H
 
-#define GDB_MULTI_ARCH GDB_MULTI_ARCH_TM
-
 /* Shared library support.  */
 #include "solib.h"
 
Index: config/sparc/tm-nbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/tm-nbsd.h,v
retrieving revision 1.5
diff -p -u -r1.5 tm-nbsd.h
--- config/sparc/tm-nbsd.h	3 Jan 2004 10:08:45 -0000	1.5
+++ config/sparc/tm-nbsd.h	2 Sep 2004 14:15:57 -0000
@@ -22,8 +22,6 @@
 #ifndef TM_NBSD_H
 #define TM_NBSD_H
 
-#define GDB_MULTI_ARCH GDB_MULTI_ARCH_TM
-
 /* Shared library support.  */
 #include "solib.h"
 
Index: config/sparc/tm-sol2.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/tm-sol2.h,v
retrieving revision 1.3
diff -p -u -r1.3 tm-sol2.h
--- config/sparc/tm-sol2.h	7 Apr 2004 00:15:12 -0000	1.3
+++ config/sparc/tm-sol2.h	2 Sep 2004 14:15:57 -0000
@@ -21,8 +21,6 @@
 #ifndef TM_SOL2_H
 #define TM_SOL2_H
 
-#define GDB_MULTI_ARCH GDB_MULTI_ARCH_TM
-
 /* Shared library support.  */
 #include "solib.h"
 
Index: config/sparc/tm-vxworks.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/tm-vxworks.h,v
retrieving revision 1.1
diff -p -u -r1.1 tm-vxworks.h
--- config/sparc/tm-vxworks.h	3 Jan 2004 12:09:48 -0000	1.1
+++ config/sparc/tm-vxworks.h	2 Sep 2004 14:15:57 -0000
@@ -23,8 +23,6 @@
 #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"
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]