vapier      16/03/08 21:50:44

  Modified:             README.history
  Added:               
                        00_all_0013-Add-sys-auxv.h-wrapper-to-include-sys.patch
  Log:
  upstream fix for ppc testing

Revision  Changes    Path
1.3                  src/patchsets/glibc/2.23/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.23/README.history?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.23/README.history?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.23/README.history?r1=1.2&r2=1.3

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.23/README.history,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.history      7 Mar 2016 17:59:48 -0000       1.2
+++ README.history      8 Mar 2016 21:50:44 -0000       1.3
@@ -1,3 +1,6 @@
+3              [pending]
+       + 00_all_0013-Add-sys-auxv.h-wrapper-to-include-sys.patch
+
 2              07 Mar 2016
        + 00_all_0010-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch
        + 00_all_0011-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch



1.1                  
src/patchsets/glibc/2.23/00_all_0013-Add-sys-auxv.h-wrapper-to-include-sys.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.23/00_all_0013-Add-sys-auxv.h-wrapper-to-include-sys.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.23/00_all_0013-Add-sys-auxv.h-wrapper-to-include-sys.patch?rev=1.1&content-type=text/plain

Index: 00_all_0013-Add-sys-auxv.h-wrapper-to-include-sys.patch
===================================================================
>From 827b40098862b65fdc1a96288fbd930f16b3e49f Mon Sep 17 00:00:00 2001
From: Aurelien Jarno <[email protected]>
Date: Tue, 8 Mar 2016 15:16:40 +0100
Subject: [PATCH] Add sys/auxv.h wrapper to include/sys/

The GNU libc testsuite fails to build on powerpc/ppc64/ppc64le with the
following error:

    ../sysdeps/powerpc/test-get_hwcap.c:26:22: fatal error: sys/auxv.h: No such 
file or director

This is because test-get_hwcap.c includes <sys/auxv.h>, but we don't
provide a wrapper in include/sys. This patch adds one.

Changelog:
        * include/sys/auxv.h: New file.

(cherry picked from commit 0b8dedd38f304d796b6b9b349428bea7f1f7065f)
(cherry picked from commit 9d1399e89d431b34a5a6e5e48ee40721c22815b8)
---
 include/sys/auxv.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 include/sys/auxv.h

diff --git a/include/sys/auxv.h b/include/sys/auxv.h
new file mode 100644
index 0000000..dede2c3
--- /dev/null
+++ b/include/sys/auxv.h
@@ -0,0 +1 @@
+#include <misc/sys/auxv.h>
-- 
2.6.2





Reply via email to