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

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



Author: aurel32
Date: 2012-07-04 21:27:11 +0000 (Wed, 04 Jul 2012)
New Revision: 5300

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff
Log:
  * patches/arm/unsubmitted-ldconfig-cache-abi.diff: fix MIPS n64 support
    broken by unsubmitted armhf patch. Sigh.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-06-30 02:46:21 UTC (rev 5299)
+++ glibc-package/trunk/debian/changelog	2012-07-04 21:27:11 UTC (rev 5300)
@@ -1,3 +1,11 @@
+eglibc (2.13-35) UNRELEASED; urgency=low
+
+  [ Aurelien Jarno ]
+  * patches/arm/unsubmitted-ldconfig-cache-abi.diff: fix MIPS n64 support
+    broken by unsubmitted armhf patch. Sigh.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Wed, 04 Jul 2012 23:26:09 +0200
+
 eglibc (2.13-34) unstable; urgency=low
 
   [ Aurelien Jarno ]

Modified: glibc-package/trunk/debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff
===================================================================
--- glibc-package/trunk/debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff	2012-06-30 02:46:21 UTC (rev 5299)
+++ glibc-package/trunk/debian/patches/arm/unsubmitted-ldconfig-cache-abi.diff	2012-07-04 21:27:11 UTC (rev 5300)
@@ -7,10 +7,11 @@
 
 --- a/elf/cache.c
 +++ b/elf/cache.c
-@@ -91,6 +91,8 @@
+@@ -91,6 +91,9 @@
        break;
      case FLAG_MIPS64_LIBN64:
        fputs (",64bit", stdout);
++      break;
 +    case FLAG_ARM_HFABI:
 +      fputs (",hard-float", stdout);
      case 0:


Reply to: