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

r2621 - in glibc-package/branches/glibc-2.7/debian: . patches patches/hppa



Author: aurel32
Date: 2007-10-27 11:48:51 +0000 (Sat, 27 Oct 2007)
New Revision: 2621

Removed:
   glibc-package/branches/glibc-2.7/debian/patches/hppa/submitted-threaddb.diff
Modified:
   glibc-package/branches/glibc-2.7/debian/changelog
   glibc-package/branches/glibc-2.7/debian/patches/series
Log:
  * Remove hppa/submitted-threaddb.diff (merged).



Modified: glibc-package/branches/glibc-2.7/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.7/debian/changelog	2007-10-27 11:37:34 UTC (rev 2620)
+++ glibc-package/branches/glibc-2.7/debian/changelog	2007-10-27 11:48:51 UTC (rev 2621)
@@ -14,6 +14,7 @@
   * Update hurd-i386/submitted-trivial.diff.
   * any/local-strfry.diff: new patch to fix strfry(), as Ulrich Drepper 
     has still not managed to commit a correct version.
+  * Remove hppa/submitted-threaddb.diff (merged).
 
  -- Aurelien Jarno <aurel32@debian.org>  Sat, 27 Oct 2007 13:30:26 +0200
 

Deleted: glibc-package/branches/glibc-2.7/debian/patches/hppa/submitted-threaddb.diff
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/hppa/submitted-threaddb.diff	2007-10-27 11:37:34 UTC (rev 2620)
+++ glibc-package/branches/glibc-2.7/debian/patches/hppa/submitted-threaddb.diff	2007-10-27 11:48:51 UTC (rev 2621)
@@ -1,19 +0,0 @@
-Fix the register offset for libthread_db to do THREAD_SELF properly.
-
---- ports/sysdeps/hppa/nptl/tls.h.orig
-+++ ports/sysdeps/hppa/nptl/tls.h
-@@ -117,10 +117,11 @@
-    	__self - 1;				\
-    })
- 
--/* FIXME */
--/* Magic for libthread_db to know how to do THREAD_SELF.  */
-+/* Magic for libthread_db to know how to do THREAD_SELF.
-+   Our thread pointer is stored in cr27.  See asm/elf.h for the offset into
-+   elf_gregset_t.  The thread descriptor is sizeof (struct pthread) away.  */
- # define DB_THREAD_SELF \
--  REGISTER (32, 32, 32 * 4, -sizeof (struct pthread))
-+  REGISTER (32, 32, 53 * 4, -sizeof (struct pthread))
- 
- /* Access to data in the thread descriptor is easy.  */
- # define THREAD_GETMEM(descr, member) \

Modified: glibc-package/branches/glibc-2.7/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/series	2007-10-27 11:37:34 UTC (rev 2620)
+++ glibc-package/branches/glibc-2.7/debian/patches/series	2007-10-27 11:48:51 UTC (rev 2621)
@@ -62,7 +62,6 @@
 hppa/submitted-lt.diff -p0
 # hppa/submitted-nptl-carlos.diff -p0
 hppa/submitted-pie.diff 
-# hppa/submitted-threaddb.diff -p0
 hppa/local-inlining.diff -p0
 hppa/local-linuxthreads.diff -p0
 hppa/local-linuxthreads-gscope.diff -p0



Reply to: