[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: patches/kfreebsd/local-sysdeps.diff: update to revision 5932 (from glibc-bsd):



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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 7d910d248434a9e99d828efb82eb95767dec9aa1
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Wed Mar 9 11:33:12 2016 +0100

    patches/kfreebsd/local-sysdeps.diff: update to revision 5932 (from glibc-bsd):
    
    * patches/kfreebsd/local-sysdeps.diff: update to revision 5932 (from
      glibc-bsd):
      - Fix consistency check for PIC code when built with GCC 5.  Closes:
        #817207.
---
 debian/changelog                           | 4 ++++
 debian/patches/kfreebsd/local-sysdeps.diff | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f183c5a..0ba2624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ glibc (2.22-2) UNRELEASED; urgency=medium
     - Fix pow() precision on CPUs with fma4, and the corresponding testsuite
       failures.
     - debian/patches/s390/submitted-socketcall.diff: drop, merged upstream.
+  * patches/kfreebsd/local-sysdeps.diff: update to revision 5932 (from
+    glibc-bsd):
+    - Fix consistency check for PIC code when built with GCC 5.  Closes:
+      #817207.
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 07 Mar 2016 14:33:41 +0100
 
diff --git a/debian/patches/kfreebsd/local-sysdeps.diff b/debian/patches/kfreebsd/local-sysdeps.diff
index 5f96fc1..2197ba2 100644
--- a/debian/patches/kfreebsd/local-sysdeps.diff
+++ b/debian/patches/kfreebsd/local-sysdeps.diff
@@ -20302,7 +20302,7 @@
 +#include <syscalls-inline.h>
 +
 +/* Consistency check for position-independent code.  */
-+#ifdef __PIC__
++#if defined __PIC__ && !__GNUC_PREREQ (5,0)
 +# define check_consistency()						      \
 +  ({ int __res;								      \
 +     __asm__ __volatile__						      \

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


Reply to: