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

r5261 - in glibc-package/trunk/debian: . patches/arm



Author: aurel32
Date: 2012-06-02 13:37:40 +0000 (Sat, 02 Jun 2012)
New Revision: 5261

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/arm/unsubmitted-ldso-abi-check.diff
Log:
  * patches/arm/unsubmitted-ldso-abi-check.diff: fix broken armhf specific 
    hack.  Closes: #674602.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-06-02 13:29:42 UTC (rev 5260)
+++ glibc-package/trunk/debian/changelog	2012-06-02 13:37:40 UTC (rev 5261)
@@ -35,6 +35,8 @@
   * debian/control.in/main: set glibc-doc as Multiarch: foreign. 
     Closes: #674645.
   * Update Portuguese debconf translation, by Pedro Ribeiro.  Closes: #674954.
+  * patches/arm/unsubmitted-ldso-abi-check.diff: fix broken armhf specific 
+    hack.  Closes: #674602.
 
  -- Clint Adams <clint@debian.org>  Fri, 04 May 2012 23:39:00 -0400
 

Modified: glibc-package/trunk/debian/patches/arm/unsubmitted-ldso-abi-check.diff
===================================================================
--- glibc-package/trunk/debian/patches/arm/unsubmitted-ldso-abi-check.diff	2012-06-02 13:29:42 UTC (rev 5260)
+++ glibc-package/trunk/debian/patches/arm/unsubmitted-ldso-abi-check.diff	2012-06-02 13:37:40 UTC (rev 5261)
@@ -171,10 +171,10 @@
 +
 +#ifdef __ARM_PCS_VFP
 +  if (!is_hf)
-+    _exit(1);
++    return EINVAL;
 +#else
 +  if (is_hf)
-+    _exit(1);
++    return EINVAL;
 +#endif
 +
 +  if (all_hf == -1)


Reply to: