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

r6425 - in glibc-package/branches/glibc-2.21/debian: . patches/alpha



Author: adconrad
Date: 2015-03-22 15:58:09 +0000 (Sun, 22 Mar 2015)
New Revision: 6425

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/patches/alpha/submitted-PTR_MANGLE.diff
Log:
debian/patches/alpha/submitted-PTR_MANGLE.diff: Use IS_IN macros.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-03-22 15:48:56 UTC (rev 6424)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-03-22 15:58:09 UTC (rev 6425)
@@ -48,6 +48,7 @@
     variable to control installation of usr/bin/pldd in libc-bin, and
     leverage the same trick to decide to install usr/lib/pt_chown too.
   * debian/patches/kfreebsd/local-no-pldd.diff: Drop, no longer used.
+  * debian/patches/alpha/submitted-PTR_MANGLE.diff: Use IS_IN macros.
 
  -- Samuel Thibault <sthibault@debian.org>  Fri, 20 Mar 2015 12:30:54 +0000
 

Modified: glibc-package/branches/glibc-2.21/debian/patches/alpha/submitted-PTR_MANGLE.diff
===================================================================
--- glibc-package/branches/glibc-2.21/debian/patches/alpha/submitted-PTR_MANGLE.diff	2015-03-22 15:48:56 UTC (rev 6424)
+++ glibc-package/branches/glibc-2.21/debian/patches/alpha/submitted-PTR_MANGLE.diff	2015-03-22 15:58:09 UTC (rev 6425)
@@ -30,7 +30,7 @@
  
 -#include <stdint.h>
 -
- #if defined NOT_IN_libc && defined IS_IN_rtld
+ #if !IS_IN (libc) && IS_IN (rtld)
  # ifdef __ASSEMBLER__
  #  define PTR_MANGLE(dst, src, tmp)				\
 @@ -382,4 +384,3 @@


Reply to: