aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-10-12 16:11:12 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-10-12 16:11:12 +0000
commitee53e8729a3de34db1558b06f97437517b203b8c (patch)
treefa9fb6903713bca08c2fd2b63592a0c63fbdb9e9 /gdb/config
parente9deb29d4fbb19de560012f1ddcd2d00f9444966 (diff)
downloadgdb-ee53e8729a3de34db1558b06f97437517b203b8c.zip
gdb-ee53e8729a3de34db1558b06f97437517b203b8c.tar.gz
gdb-ee53e8729a3de34db1558b06f97437517b203b8c.tar.bz2
* breakpoint.c (breakpoint_sals_to_pc): Do not check for
DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE. * config/pa/tm-hppa.h: Delete file. * config/pa/hppa64.mt: Do not set DEPRECATED_TM_FILE. * config/pa/hppahpux.mt: Likewise. * config/pa/hppa.mt: Likewise. * config/pa/linux.mt: Likewise. * hppa-tdep.c (hppa_pc_requires_run_before_use): Delete.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/pa/hppa.mt1
-rw-r--r--gdb/config/pa/hppa64.mt1
-rw-r--r--gdb/config/pa/hppahpux.mt1
-rw-r--r--gdb/config/pa/linux.mt1
-rw-r--r--gdb/config/pa/tm-hppa.h27
5 files changed, 0 insertions, 31 deletions
diff --git a/gdb/config/pa/hppa.mt b/gdb/config/pa/hppa.mt
index 5ba51fa..eb78924 100644
--- a/gdb/config/pa/hppa.mt
+++ b/gdb/config/pa/hppa.mt
@@ -1,2 +1 @@
TDEPFILES= hppa-tdep.o
-DEPRECATED_TM_FILE= tm-hppa.h
diff --git a/gdb/config/pa/hppa64.mt b/gdb/config/pa/hppa64.mt
index 85a64b1..5d2f609 100644
--- a/gdb/config/pa/hppa64.mt
+++ b/gdb/config/pa/hppa64.mt
@@ -1,3 +1,2 @@
# Target: HP PA-RISC 2.0 running HPUX 11.00 in wide mode
TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o solib-som.o solib-pa64.o somread.o solib.o
-DEPRECATED_TM_FILE= tm-hppa.h
diff --git a/gdb/config/pa/hppahpux.mt b/gdb/config/pa/hppahpux.mt
index fc9d2d7e..46a6816 100644
--- a/gdb/config/pa/hppahpux.mt
+++ b/gdb/config/pa/hppahpux.mt
@@ -1,4 +1,3 @@
# Target: HP PA-RISC running hpux
MT_CFLAGS = -DPA_SOM_ONLY=1
TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o corelow.o somread.o solib-som.o solib-pa64.o solib.o
-DEPRECATED_TM_FILE= tm-hppa.h
diff --git a/gdb/config/pa/linux.mt b/gdb/config/pa/linux.mt
index e286e1b..2e114c7 100644
--- a/gdb/config/pa/linux.mt
+++ b/gdb/config/pa/linux.mt
@@ -1,3 +1,2 @@
# Target: HP PA-RISC running Linux
TDEPFILES= hppa-tdep.o hppa-linux-tdep.o glibc-tdep.o solib.o solib-svr4.o symfile-mem.o
-DEPRECATED_TM_FILE=tm-hppa.h
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
deleted file mode 100644
index 6e3b395..0000000
--- a/gdb/config/pa/tm-hppa.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Parameters for execution on any Hewlett-Packard PA-RISC machine.
-
- Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
- 1999, 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
-
- Contributed by the Center for Software Science at the
- University of Utah (pa-gdb-bugs@cs.utah.edu).
-
- 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 3 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, see <http://www.gnu.org/licenses/>. */
-
-#include "regcache.h"
-
-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)