Undo accidental change in x86-64 user.h
authorJakub Jelinek <jakub@redhat.com>
Wed, 25 May 2011 20:57:13 +0000 (16:57 -0400)
committerUlrich Drepper <drepper@gmail.com>
Wed, 25 May 2011 20:57:13 +0000 (16:57 -0400)
ChangeLog
sysdeps/unix/sysv/linux/x86_64/sys/user.h

index 8f65ddf..299905a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/x86_64/sys/user.h
+       (struct user_regs_struct): Change intcs field back to cs.
+
 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
 
        * po/ja.po: Update from translation team.
index c54cca8..e4423cf 100644 (file)
@@ -61,7 +61,7 @@ struct user_regs_struct
   unsigned long int rdi;
   unsigned long int orig_rax;
   unsigned long int rip;
-  unsigned long int intcs;
+  unsigned long int cs;
   unsigned long int eflags;
   unsigned long int rsp;
   unsigned long int ss;