* x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and

USER_DS.  We haven't given them a register number yet.
This commit is contained in:
Mark Kettenis 2003-08-29 15:31:10 +00:00
parent 2a6d284d76
commit b0f5c6f2c5
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2003-08-29 Mark Kettenis <kettenis@gnu.org>
* x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
USER_DS. We haven't given them a register number yet.
* amd64-nat.h: New file.
* amd64-nat.c: New file.
* amd64fbsd-nat.c: Include "amd64-nat.h".

View File

@ -68,7 +68,7 @@ static int user_to_gdb_regmap[] =
USER_RSI, USER_RDI, USER_RBP, USER_RSP,
USER_R8, USER_R9, USER_R10, USER_R11,
USER_R12, USER_R13, USER_R14, USER_R15,
USER_RIP, USER_EFLAGS, USER_CS, USER_SS,
USER_RIP, USER_EFLAGS,
USER_DS, USER_ES, USER_FS, USER_GS
};