]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2004-09-02 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Thu, 2 Sep 2004 14:17:44 +0000 (14:17 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 2 Sep 2004 14:17:44 +0000 (14:17 +0000)
* 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.

13 files changed:
gdb/ChangeLog
gdb/config/arm/tm-arm.h
gdb/config/cris/tm-cris.h
gdb/config/ia64/tm-ia64.h
gdb/config/mips/tm-mips.h
gdb/config/pa/tm-hppa.h
gdb/config/rs6000/tm-rs6000.h
gdb/config/sh/tm-sh.h
gdb/config/sparc/tm-fbsd.h
gdb/config/sparc/tm-linux.h
gdb/config/sparc/tm-nbsd.h
gdb/config/sparc/tm-sol2.h
gdb/config/sparc/tm-vxworks.h

index 77ebfa01230cca88dda63918cfba1e5bdf96cbb0..983a6d990e3fdcdc9e0d23701d82409845303dd9 100644 (file)
@@ -1,3 +1,18 @@
+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.
+
 2004-09-01  Andrew Cagney  <cagney@gnu.org>
 
        * objfiles.h (struct entry_info): Delete fields main_func_lowpc
index c62a75d6c39b1afd780c53f718711cccb80f90dd..afc06a8b530dc41b00e5f83baa3c7f2396667858 100644 (file)
@@ -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 fed260112c33ba152129eadd5ad57e35bb70047b..c19b45036863fea37b8ee25c95fe48daf8f993c2 100644 (file)
@@ -1,2 +1 @@
-#define GDB_MULTI_ARCH 1
 #include "solib.h"
index 1b2baacd5a0f74ea84ee616c030c487395fe9b80..5fbcbf8aeecbece3e6fb6ca9c8daffc971946635 100644 (file)
@@ -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 9c1e832dbbd665f945f4bd337ccc2233dc732368..040ab1570591bb21d96f80468b0302cd329e05d2 100644 (file)
@@ -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 225d5ba3215e2d036e7531b3e7cd401eb4687c11..efcf99764dab4a43661bfc20e27d6898466436b8 100644 (file)
@@ -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 59af62b4a5efc8784e48396a915be6e023da9314..8afd2cadc94c83e1939b84dbe305f038e5580e43 100644 (file)
@@ -24,8 +24,6 @@
 
 struct frame_info;
 
-#define GDB_MULTI_ARCH 1
-
 /* Minimum possible text address in AIX */
 
 #define TEXT_SEGMENT_BASE      0x10000000
index 228e0bcc5f36a96c1750d9ea5289fe80d8d336a0..b6a4fb525b2f14180f06b768a374c156dc696e0a 100644 (file)
@@ -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 f441937668a500fe6ec812ca704c20be13052325..fbdba3446c5f41734ed0d4ee0ad28f115ad64f56 100644 (file)
@@ -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 ae853ba0acbe9e17454cbd46726783b168dae841..8cd0107e33d949388dead136b0040689da2690cd 100644 (file)
@@ -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 301136bbead848e41f108deffbc8673aa24002aa..149176e995090d2ea2beb41b97500484e514b449 100644 (file)
@@ -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 37dc285da90ebbd6bfe04ef9f840ee2e1cdfbc86..d4ca102f225b3d72f97f2b5a254c351548c416e5 100644 (file)
@@ -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 7b0474847c6620de63cf5485f983d690530d67af..5b6d69c7941a5371cae5cb1fa919b13ba1c242d3 100644 (file)
@@ -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"