From 28bcfd306b8cf443e9d2612a2f86ec4b05b86ce2 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 5 Jan 2003 14:07:03 +0000 Subject: * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64. * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about i386_get_longjmp_target. --- gdb/x86-64-tdep.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/x86-64-tdep.c') diff --git a/gdb/x86-64-tdep.c b/gdb/x86-64-tdep.c index 2cf005e..a47ef17 100644 --- a/gdb/x86-64-tdep.c +++ b/gdb/x86-64-tdep.c @@ -967,10 +967,6 @@ x86_64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) set_gdbarch_register_byte (gdbarch, x86_64_register_byte); set_gdbarch_register_virtual_type (gdbarch, x86_64_register_virtual_type); - /* FIXME: kettenis/20021026: As long as we don't support longjmp, - that is, as long as we have `tdep->jb_pc_offset == -1', using - i386_get_longjmp_target is fine. */ - set_gdbarch_register_convertible (gdbarch, x86_64_register_convertible); set_gdbarch_register_convert_to_virtual (gdbarch, x86_64_register_convert_to_virtual); -- cgit v1.1