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

r3374 - in glibc-package/trunk/debian: . patches/hurd-i386



Author: sthibaul-guest
Date: 2009-03-12 18:18:25 +0000 (Thu, 12 Mar 2009)
New Revision: 3374

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff
Log:
  * debian/patches/hurd-i386/local-tls-support.diff: fix typo in tlsdesc.sym.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-03-12 08:52:17 UTC (rev 3373)
+++ glibc-package/trunk/debian/changelog	2009-03-12 18:18:25 UTC (rev 3374)
@@ -1,6 +1,7 @@
 glibc (2.9-6) unstable; urgency=low
 
-  * 
+  [ Samuel Thibault ]
+  * debian/patches/hurd-i386/local-tls-support.diff: fix typo in tlsdesc.sym.
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 12 Mar 2009 09:52:07 +0100
 

Modified: glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff	2009-03-12 08:52:17 UTC (rev 3373)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff	2009-03-12 18:18:25 UTC (rev 3374)
@@ -497,9 +497,9 @@
 +
 +-- Abuse tls.h macros to derive offsets relative to the thread register.
 +
-+DTV_OFFSET			offsetof(struct pthread, header.dtv)
++DTV_OFFSET			offsetof(tcbhead_t, dtv)
 +
-+TLSDESC_ARG			offsetof(tcbhead_t, dtv)
++TLSDESC_ARG			offsetof(struct tlsdesc, arg)
 +
 +TLSDESC_GEN_COUNT		offsetof(struct tlsdesc_dynamic_arg, gen_count)
 +TLSDESC_MODID			offsetof(struct tlsdesc_dynamic_arg, tlsinfo.ti_module)


Reply to: