diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-05 14:07:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-05 14:07:03 +0000 |
commit | 28bcfd306b8cf443e9d2612a2f86ec4b05b86ce2 (patch) | |
tree | 6f025c8748b9e3e5f0dc9018e6b3afd92fa48ec4 /gdb/x86-64-tdep.c | |
parent | 15a5b3eeaf29a0d6e55274892b5d153386d266d4 (diff) | |
download | gdb-28bcfd306b8cf443e9d2612a2f86ec4b05b86ce2.zip gdb-28bcfd306b8cf443e9d2612a2f86ec4b05b86ce2.tar.gz gdb-28bcfd306b8cf443e9d2612a2f86ec4b05b86ce2.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/x86-64-tdep.c')
-rw-r--r-- | gdb/x86-64-tdep.c | 4 |
1 files changed, 0 insertions, 4 deletions
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); |