forked from Imagelibrary/binutils-gdb
* x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
* x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
from x86-64-tdep.h
This commit is contained in:
@@ -24,18 +24,6 @@
|
||||
#define X86_64_TDEP_H
|
||||
|
||||
#include "i386-tdep.h"
|
||||
#include <sys/reg.h>
|
||||
|
||||
/* 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)
|
||||
|
||||
Reference in New Issue
Block a user