X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fx86-64-tdep.h;h=d15b8e71e7f0365f8a8fde26d6806cb6f0442814;hb=de4112fa387b662c7c7a1dd3e334a1274ca54d28;hp=83828cf3c0bb343bc87a5ffbfdc1d9bef9906625;hpb=33a0a2ac447b41041f76f08147f7783092a9b9c0;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/x86-64-tdep.h b/gdb/x86-64-tdep.h index 83828cf3c0..d15b8e71e7 100644 --- a/gdb/x86-64-tdep.h +++ b/gdb/x86-64-tdep.h @@ -25,11 +25,8 @@ #include "i386-tdep.h" -/* Number of all registers */ -#define X86_64_NUM_REGS (51) - -/* Number of general registers. */ -#define X86_64_NUM_GREGS (18) +extern int x86_64_num_regs; +extern int x86_64_num_gregs; gdbarch_frame_saved_pc_ftype x86_64_linux_frame_saved_pc; gdbarch_saved_pc_after_call_ftype x86_64_linux_saved_pc_after_call;