OSDN Git Service

* x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
authorMark Kettenis <kettenis@gnu.org>
Fri, 29 Aug 2003 15:31:10 +0000 (15:31 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 29 Aug 2003 15:31:10 +0000 (15:31 +0000)
USER_DS.  We haven't given them a register number yet.

gdb/ChangeLog
gdb/x86-64-linux-tdep.c

index 4bd50aa..c94523b 100644 (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".
index e237f9e..2c49953 100644 (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
 };