diff options
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index d528d67..7906f76 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -97,9 +97,6 @@ extern int generic_register_size (int regnum); /* Assume that the world is sane, the registers are all adjacent. */ extern int generic_register_byte (int regnum); -/* Prop up old targets that use various sigtramp macros. */ -extern int legacy_pc_in_sigtramp (CORE_ADDR pc, char *name); - /* By default, registers are not convertible. */ extern int generic_convert_register_p (int regnum, struct type *type); |