* configure: Regenerate with proper autoconf 2.13.
[deliverable/binutils-gdb.git] / gdb / x86-64-linux-nat.c
index 13724107ca7346fb384947795ae51d02d74f2973..78e9c495af67e5a5233b41aa19b600b66d97817f 100644 (file)
@@ -43,7 +43,7 @@ static int x86_64_regmap[] = {
   RSI, RDI, RBP, RSP,
   R8, R9, R10, R11,
   R12, R13, R14, R15,
-  RIP, EFLAGS,
+  RIP, EFLAGS, CS, SS, 
   DS, ES, FS, GS
 };
 
@@ -158,7 +158,7 @@ fill_gregset (elf_gregset_t * gregsetp, int regno)
 
   for (i = 0; i < x86_64_num_gregs; i++)
     if ((regno == -1 || regno == i))
-      read_register_gen (i, (char *) (regp + x86_64_regmap[i]));
+      deprecated_read_register_gen (i, (char *) (regp + x86_64_regmap[i]));
 }
 
 /* Fetch all general-purpose registers from process/thread TID and
This page took 0.025339 seconds and 4 git commands to generate.