Add support for target specific command line switches to old-style simualtors.
[deliverable/binutils-gdb.git] / gdb / x86-64-tdep.h
index 83828cf3c0bb343bc87a5ffbfdc1d9bef9906625..d15b8e71e7f0365f8a8fde26d6806cb6f0442814 100644 (file)
 
 #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;
This page took 0.024543 seconds and 4 git commands to generate.