aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-02 14:17:44 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-02 14:17:44 +0000
commitc185a355e6bf82e4f371f9f6f912b00e2c711422 (patch)
tree4d37c540e06d824ffece14e3bf70b4bdb80c72ab /gdb/config/pa
parent228af206a6cfe57df024f97e427ea11b9b5f2e40 (diff)
downloadgdb-c185a355e6bf82e4f371f9f6f912b00e2c711422.zip
gdb-c185a355e6bf82e4f371f9f6f912b00e2c711422.tar.gz
gdb-c185a355e6bf82e4f371f9f6f912b00e2c711422.tar.bz2
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.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/tm-hppa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index 225d5ba..efcf997 100644
--- a/gdb/config/pa/tm-hppa.h
+++ b/gdb/config/pa/tm-hppa.h
@@ -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)