diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-06 16:11:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-06 16:11:06 +0000 |
commit | 85f4f2d828508af01a3726a13c73b082c4a760be (patch) | |
tree | ba8744f0157d6235da09da0dd4a8d81a6b8965d8 /gdb/config/pa | |
parent | 934494036e819377f0b7d7673e245d6354c9754d (diff) | |
download | gdb-85f4f2d828508af01a3726a13c73b082c4a760be.zip gdb-85f4f2d828508af01a3726a13c73b082c4a760be.tar.gz gdb-85f4f2d828508af01a3726a13c73b082c4a760be.tar.bz2 |
2004-04-06 Andrew Cagney <cagney@redhat.com>
* hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
(hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
* config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
(hppa_breakpoint_from_pc): Delete.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index b3fd8c5..d5d2d03 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -39,12 +39,6 @@ struct value; struct type; struct inferior_status; -/* Sequence of bytes for breakpoint instruction. */ - -const unsigned char *hppa_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr); -#define BREAKPOINT_FROM_PC(PCPTR,LENPTR) hppa_breakpoint_from_pc ((PCPTR), (LENPTR)) -#define BREAKPOINT32 0x10004 - 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) |