aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-03-07 19:00:43 +0000
committerAndrew Cagney <cagney@redhat.com>2004-03-07 19:00:43 +0000
commit69b4bbe45040ac3b330e1b5d9842aea9e9d4ddd2 (patch)
tree1c6cc2ae4f000b87c163b06bf60aa37e79fe69e1 /gdb/config/pa
parent210197d29b2e85c2dfc16012831d3cc7fd6fb685 (diff)
downloadgdb-69b4bbe45040ac3b330e1b5d9842aea9e9d4ddd2.zip
gdb-69b4bbe45040ac3b330e1b5d9842aea9e9d4ddd2.tar.gz
gdb-69b4bbe45040ac3b330e1b5d9842aea9e9d4ddd2.tar.bz2
2004-03-07 Andrew Cagney <cagney@redhat.com>
* hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info) (pa_print_registers, pa_print_fp_reg, pa_strcat_registers) (pa_strcat_fp_reg, pa_register_look_aside): Delete. * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO) (pa_do_registers_info): Delete.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/tm-hppa.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index c824bf5..06e3193 100644
--- a/gdb/config/pa/tm-hppa.h
+++ b/gdb/config/pa/tm-hppa.h
@@ -90,12 +90,6 @@ extern int hppa_pc_requires_run_before_use (CORE_ADDR pc);
(buf)[sizeof(CORE_ADDR) -1] &= ~0x3; \
} while (0)
-/* Define DEPRECATED_DO_REGISTERS_INFO() to do machine-specific
- formatting of register dumps. */
-
-#define DEPRECATED_DO_REGISTERS_INFO(_regnum, fp) pa_do_registers_info (_regnum, fp)
-extern void pa_do_registers_info (int, int);
-
/* PA specific macro to see if the current instruction is nullified. */
#ifndef INSTRUCTION_NULLIFIED
extern int hppa_instruction_nullified (void);