aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-06-07 17:58:33 +0000
committerAndrew Cagney <cagney@redhat.com>2004-06-07 17:58:33 +0000
commit45b7523071aa1bffee8795fbb0d3b4cb8a61ca2a (patch)
tree668c76eda198d9331670908ef4c3cc1f9238345f /gdb/config
parent83ecb59f2d30383338dd70b3913485233a79b17d (diff)
downloadgdb-45b7523071aa1bffee8795fbb0d3b4cb8a61ca2a.zip
gdb-45b7523071aa1bffee8795fbb0d3b4cb8a61ca2a.tar.gz
gdb-45b7523071aa1bffee8795fbb0d3b4cb8a61ca2a.tar.bz2
2004-06-07 Andrew Cagney <cagney@gnu.org>
* target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition. * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE): Rename PC_REQUIRES_RUN_BEFORE_USE. * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in #ifdef.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/pa/tm-hppa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index e5a5658..225d5ba 100644
--- a/gdb/config/pa/tm-hppa.h
+++ b/gdb/config/pa/tm-hppa.h
@@ -29,7 +29,7 @@
#define GDB_MULTI_ARCH 1
extern int hppa_pc_requires_run_before_use (CORE_ADDR pc);
-#define PC_REQUIRES_RUN_BEFORE_USE(pc) hppa_pc_requires_run_before_use (pc)
+#define DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE(pc) hppa_pc_requires_run_before_use (pc)
/* PA specific macro to see if the current instruction is nullified. */
#ifndef INSTRUCTION_NULLIFIED