X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fx86-64-tdep.h;h=83828cf3c0bb343bc87a5ffbfdc1d9bef9906625;hb=33a0a2ac447b41041f76f08147f7783092a9b9c0;hp=d04da8be3334c19733fef4a5a5c7164e5b2ae041;hpb=dd824b049bf279d47d8bcae751529d8495f03542;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/x86-64-tdep.h b/gdb/x86-64-tdep.h index d04da8be33..83828cf3c0 100644 --- a/gdb/x86-64-tdep.h +++ b/gdb/x86-64-tdep.h @@ -24,18 +24,6 @@ #define X86_64_TDEP_H #include "i386-tdep.h" -#include - -/* Mapping between the general-purpose registers in `struct user' - format and GDB's register array layout. */ - -static int x86_64_regmap[] = { - RAX, RDX, RCX, RBX, - RSI, RDI, RBP, RSP, - R8, R9, R10, R11, - R12, R13, R14, R15, - RIP, EFLAGS -}; /* Number of all registers */ #define X86_64_NUM_REGS (51)