aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2004-04-17 17:31:40 +0000
committerRandolph Chung <tausq@debian.org>2004-04-17 17:31:40 +0000
commit0f8d9d59e8dd52999d4ef9f4c9089df4180c2d4f (patch)
tree01b71d8eebcd62aaca7a9dff80f209cc45e98583 /gdb/config
parent7c46b9fb41fd107882032ecc34897a8e86e8264a (diff)
downloadgdb-0f8d9d59e8dd52999d4ef9f4c9089df4180c2d4f.zip
gdb-0f8d9d59e8dd52999d4ef9f4c9089df4180c2d4f.tar.gz
gdb-0f8d9d59e8dd52999d4ef9f4c9089df4180c2d4f.tar.bz2
2004-04-17 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (hppa_pseudo_register_read): Define. (hppa_gdbarch_init): Set pseudo_register_read. * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove. * regcache.c (supply_register): Remove check for DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/pa/tm-hppa.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index cf9f31c..a803719 100644
--- a/gdb/config/pa/tm-hppa.h
+++ b/gdb/config/pa/tm-hppa.h
@@ -66,16 +66,6 @@ extern int hppa_pc_requires_run_before_use (CORE_ADDR pc);
#define ARG2_REGNUM 24 /* The third argument of a callee. */
#define ARG3_REGNUM 23 /* The fourth argument of a callee. */
-/* When fetching register values from an inferior or a core file,
- clean them up using this macro. BUF is a char pointer to
- the raw value of the register in the registers[] array. */
-
-#define DEPRECATED_CLEAN_UP_REGISTER_VALUE(regno, buf) \
- do { \
- if ((regno) == PCOQ_HEAD_REGNUM || (regno) == PCOQ_TAIL_REGNUM) \
- (buf)[sizeof(CORE_ADDR) -1] &= ~0x3; \
- } while (0)
-
/* PA specific macro to see if the current instruction is nullified. */
#ifndef INSTRUCTION_NULLIFIED
extern int hppa_instruction_nullified (void);