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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 72c8c592e031dafa2aa91deeb9b45382abd49acf
Author: Aurelien Jarno <aurel...@aurel32.net>
Date:   Thu Nov 30 14:08:45 2017 +0100

    Fix missing posix_fadvise64 from static mips64el build. Closes: #883186.
---
 debian/changelog                |  2 ++
 debian/patches/git-updates.diff | 22 ++++++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f530fd..bbe817a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ glibc (2.25-3) UNRELEASED; urgency=medium
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
     - Fix assertion failure in posix_spawn().  Closes: #882794.
+    - Fix missing posix_fadvise64 from static mips64el build. Closes:
+      #883186.
 
  -- Aurelien Jarno <aure...@debian.org>  Wed, 22 Nov 2017 00:21:54 +0100
 
diff --git a/debian/patches/git-updates.diff b/debian/patches/git-updates.diff
index 8676cb5..93e71d6 100644
--- a/debian/patches/git-updates.diff
+++ b/debian/patches/git-updates.diff
@@ -1,10 +1,16 @@
 GIT update of git://sourceware.org/git/glibc.git/release/2.25/master from 
glibc-2.25
 
 diff --git a/ChangeLog b/ChangeLog
-index f140ee67de..c1df219b61 100644
+index f140ee67de..ad563057d3 100644
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -1,3 +1,609 @@
+@@ -1,3 +1,615 @@
++2017-03-14  Adhemerval Zanella  <adhemerval.zane...@linaro.org>
++
++      [BZ #21232]
++      * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: Add
++      posix_fadvise64 weak_alias for static build.
++
 +2017-10-23  Adhemerval Zanella  <adhemerval.zane...@linaro.org>
 +
 +      * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Use 0 instead of
@@ -9861,6 +9867,18 @@ index 2c2584956d..8ea4333846 100644
  # The main malloc is interposed into the dynamic linker, for
  # allocations after the initial link (when dlopen is used).
  ld.so: malloc + REL R_386_GLOB_DAT
+diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c 
b/sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c
+index 9776ee96e5..5a6379613b 100644
+--- a/sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c
++++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c
+@@ -29,5 +29,7 @@
+ _strong_alias (__posix_fadvise64_l64, __posix_fadvise64_l32);
+ compat_symbol (libc, __posix_fadvise64_l32, posix_fadvise64, GLIBC_2_2);
+ versioned_symbol (libc, __posix_fadvise64_l64, posix_fadvise64, GLIBC_2_3_3);
++#else
++_weak_alias (posix_fadvise, posix_fadvise64);
+ #endif
+ _strong_alias (__posix_fadvise64_l64, posix_fadvise);
 diff --git a/sysdeps/unix/sysv/linux/s390/pt-longjmp.c 
b/sysdeps/unix/sysv/linux/s390/pt-longjmp.c
 index d324237edd..0221ac2cf5 100644
 --- a/sysdeps/unix/sysv/linux/s390/pt-longjmp.c

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

Reply via email to