[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2211: fix typos in x64 register names added due to bug 3719

Mats Wichmann mats at linuxfoundation.org
Thu Feb 20 19:25:47 UTC 2014


------------------------------------------------------------
revno: 2211
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Thu 2014-02-20 12:25:47 -0700
message:
  fix typos in x64 register names added due to bug 3719
modified:
  headers/ucontext.h
  headers/x86-64/4.1/ucontext.h.defs
  headers/x86-64/5.0/ucontext.h.defs
  headers/x86-64/5.1/ucontext.h.defs
  package/Makefile
-------------- next part --------------
=== modified file 'headers/ucontext.h'
--- a/headers/ucontext.h	2013-02-08 16:42:46 +0000
+++ b/headers/ucontext.h	2014-02-20 19:25:47 +0000
@@ -133,10 +133,10 @@
 	REG_RCX = 14,
 	REG_RSP = 15,
 	REG_RIP = 16,
-	REG_ELF = 17,
+	REG_EFL = 17,
 	REG_CSGSFS = 18,
 	REG_ERR = 19,
-	REG_TRAPNO1 = 20,
+	REG_TRAPNO = 20,
 	REG_OLDMASK = 21,
 	REG_CR2 = 22
     };

=== modified file 'headers/x86-64/4.1/ucontext.h.defs'
--- a/headers/x86-64/4.1/ucontext.h.defs	2013-02-08 16:42:46 +0000
+++ b/headers/x86-64/4.1/ucontext.h.defs	2014-02-20 19:25:47 +0000
@@ -25,10 +25,10 @@
     REG_RCX = 14,
     REG_RSP = 15,
     REG_RIP = 16,
-    REG_ELF = 17,
+    REG_EFL = 17,
     REG_CSGSFS = 18,
     REG_ERR = 19,
-    REG_TRAPNO1 = 20,
+    REG_TRAPNO = 20,
     REG_OLDMASK = 21,
     REG_CR2 = 22
 };

=== modified file 'headers/x86-64/5.0/ucontext.h.defs'
--- a/headers/x86-64/5.0/ucontext.h.defs	2013-02-08 16:42:46 +0000
+++ b/headers/x86-64/5.0/ucontext.h.defs	2014-02-20 19:25:47 +0000
@@ -25,10 +25,10 @@
     REG_RCX = 14,
     REG_RSP = 15,
     REG_RIP = 16,
-    REG_ELF = 17,
+    REG_EFL = 17,
     REG_CSGSFS = 18,
     REG_ERR = 19,
-    REG_TRAPNO1 = 20,
+    REG_TRAPNO = 20,
     REG_OLDMASK = 21,
     REG_CR2 = 22
 };

=== modified file 'headers/x86-64/5.1/ucontext.h.defs'
--- a/headers/x86-64/5.1/ucontext.h.defs	2014-02-20 15:21:52 +0000
+++ b/headers/x86-64/5.1/ucontext.h.defs	2014-02-20 19:25:47 +0000
@@ -25,10 +25,10 @@
     REG_RCX = 14,
     REG_RSP = 15,
     REG_RIP = 16,
-    REG_ELF = 17,
+    REG_EFL = 17,
     REG_CSGSFS = 18,
     REG_ERR = 19,
-    REG_TRAPNO1 = 20,
+    REG_TRAPNO = 20,
     REG_OLDMASK = 21,
     REG_CR2 = 22
 };

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-02-20 15:26:23 +0000
+++ b/package/Makefile	2014-02-20 19:25:47 +0000
@@ -46,7 +46,7 @@
 # Should have leading "."
 # a big number (80-99) is leading up to the next minor spec
 # build_env is version-independent so can wait till late to bump this
-SUB_VERSION=.68
+SUB_VERSION=.69
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called



More information about the lsb-messages mailing list