Author: ps-guest
Date: 2013-10-13 15:03:52 +0000 (Sun, 13 Oct 2013)
New Revision: 5725

Modified:
   
glibc-package/branches/eglibc-2.18/debian/patches/kfreebsd/submitted-auxv.diff
Log:
update submitted-auxv.diff


Modified: 
glibc-package/branches/eglibc-2.18/debian/patches/kfreebsd/submitted-auxv.diff
===================================================================
--- 
glibc-package/branches/eglibc-2.18/debian/patches/kfreebsd/submitted-auxv.diff  
    2013-10-13 10:48:16 UTC (rev 5724)
+++ 
glibc-package/branches/eglibc-2.18/debian/patches/kfreebsd/submitted-auxv.diff  
    2013-10-13 15:03:52 UTC (rev 5725)
@@ -1,5 +1,25 @@
 https://sourceware.org/bugzilla/show_bug.cgi?id=15794
 
+--- a/misc/getauxval.c
++++ b/misc/getauxval.c
+@@ -24,10 +24,15 @@
+ {
+   ElfW(auxv_t) *p;
+ 
++#ifdef AT_HWCAP
+   if (type == AT_HWCAP)
+     return GLRO(dl_hwcap);
+-  else if (type == AT_HWCAP2)
++#endif
++
++#ifdef AT_HWCAP2    
++  if (type == AT_HWCAP2)
+     return GLRO(dl_hwcap2);
++#endif
+ 
+   for (p = GLRO(dl_auxv); p->a_type != AT_NULL; p++)
+     if (p->a_type == type)
+
 diff --git a/bits/auxv.h b/bits/auxv.h
 new file mode 100644
 index 0000000..76701c3


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vvncy-0004ud...@vasks.debian.org

Reply via email to