aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-13 23:31:14 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-13 23:31:14 +0000
commita728f04251098dd0e74a2aea1e4d8e841e7fb404 (patch)
tree2708491f02c795e429a65713e51c466ddf016565 /gdb/inferior.h
parent060d22b0d0cbc7786f83c236ed9812343530dc80 (diff)
downloadfsf-binutils-gdb-a728f04251098dd0e74a2aea1e4d8e841e7fb404.zip
fsf-binutils-gdb-a728f04251098dd0e74a2aea1e4d8e841e7fb404.tar.gz
fsf-binutils-gdb-a728f04251098dd0e74a2aea1e4d8e841e7fb404.tar.bz2
Eliminate ARCH_NUM_REGS.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 1523f41..5db89ee 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -51,15 +51,6 @@ extern void write_inferior_status_register (struct inferior_status
*inf_status, int regno,
LONGEST val);
-/* This macro gives the number of registers actually in use by the
- inferior. This may be less than the total number of registers,
- perhaps depending on the actual CPU in use or program being run.
- FIXME: This could be replaced by the new MULTI_ARCH capability. */
-
-#ifndef ARCH_NUM_REGS
-#define ARCH_NUM_REGS NUM_REGS
-#endif
-
extern void set_sigint_trap (void);
extern void clear_sigint_trap (void);