This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit bbd86b86e3adea0e92ed45e10a540370ee41a32c
Author: Aurelien Jarno <aurel...@aurel32.net>
Date:   Tue May 31 15:46:19 2016 +0200

    debian/patches/hppa/submitted-setcontext.diff: new patch to fix setcontext 
return code on hppa.  Closes: #824344.
---
 debian/changelog                              |  4 ++++
 debian/patches/hppa/submitted-setcontext.diff | 13 +++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 22464d8..c7c4932 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,10 @@ glibc (2.22-10) UNRELEASED; urgency=medium
   * control: Re-introduce libc0.3-xen package.
   * patches/hurd-i386/cvs-check-local-headers.diff: Update exclusion list.
 
+  [ John David Anglin ]
+  * debian/patches/hppa/submitted-setcontext.diff: new patch to fix setcontext
+    return code on hppa.  Closes: #824344.
+
  -- Aurelien Jarno <aure...@debian.org>  Thu, 12 May 2016 18:06:35 +0200
 
 glibc (2.22-9) unstable; urgency=medium
diff --git a/debian/patches/hppa/submitted-setcontext.diff 
b/debian/patches/hppa/submitted-setcontext.diff
new file mode 100644
index 0000000..bb35a48
--- /dev/null
+++ b/debian/patches/hppa/submitted-setcontext.diff
@@ -0,0 +1,13 @@
+Index: glibc-2.22/sysdeps/unix/sysv/linux/hppa/setcontext.S
+===================================================================
+--- glibc-2.22.orig/sysdeps/unix/sysv/linux/hppa/setcontext.S
++++ glibc-2.22/sysdeps/unix/sysv/linux/hppa/setcontext.S
+@@ -141,7 +141,7 @@ ENTRY(__setcontext)
+ 
+       /* No further context available. Exit now.  */
+       bl      HIDDEN_JUMPTARGET(exit), %r2
+-      ldi     -1, %r26
++      ldi     0, %r26
+ 
+ 
+ .Lerror:
diff --git a/debian/patches/series b/debian/patches/series
index a22b7fc..6d657f6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -65,6 +65,7 @@ hppa/submitted-gmon-start.diff
 hppa/submitted-mathdef.diff
 hppa/cvs-update-mman.h.diff
 hppa/submitted-dladdr.diff
+hppa/submitted-setcontext.diff
 
 hurd-i386/local-enable-ldconfig.diff
 hurd-i386/tg-context_functions.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git

Reply via email to