Author: aurel32
Date: 2009-02-18 22:34:27 +0000 (Wed, 18 Feb 2009)
New Revision: 3282

Added:
   glibc-package/trunk/debian/patches/hppa/cvs-tsd.diff
Removed:
   glibc-package/trunk/debian/patches/hppa/submitted-tsd.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * Rename submitted/cvs-tsd.diff into hppa/cvs-tsd.diff.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-02-18 10:39:26 UTC (rev 
3281)
+++ glibc-package/trunk/debian/changelog        2009-02-18 22:34:27 UTC (rev 
3282)
@@ -2,8 +2,9 @@
 
   * testsuite-checking/*: ignore tst-cpuclock2 test, as it fails on
     machines using cpufreq.
+  * Rename submitted/cvs-tsd.diff into hppa/cvs-tsd.diff.
 
- -- Aurelien Jarno <[email protected]>  Wed, 18 Feb 2009 11:37:31 +0100
+ -- Aurelien Jarno <[email protected]>  Wed, 18 Feb 2009 23:33:49 +0100
 
 glibc (2.9-1) unstable; urgency=low
 

Copied: glibc-package/trunk/debian/patches/hppa/cvs-tsd.diff (from rev 3277, 
glibc-package/trunk/debian/patches/hppa/submitted-tsd.diff)
===================================================================
--- glibc-package/trunk/debian/patches/hppa/cvs-tsd.diff                        
        (rev 0)
+++ glibc-package/trunk/debian/patches/hppa/cvs-tsd.diff        2009-02-18 
22:34:27 UTC (rev 3282)
@@ -0,0 +1,27 @@
+2009-01-07  Arthur Loiret  <[email protected]>
+
+       * sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
+       (MALLOC): Adjust __libc_tsd_define arguments.
+       (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
+       arguments.
+
+---
+ .../sysv/linux/hppa/linuxthreads/malloc-machine.h  |    6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+--- a/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
++++ b/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
+@@ -63,10 +63,10 @@ extern void *__dso_handle __attribute__ ((__weak__));
+ #include <bits/libc-tsd.h>
+ 
+ typedef int tsd_key_t[1];     /* no key data structure, libc magic does it */
+-__libc_tsd_define (static, MALLOC)    /* declaration/common definition */
++__libc_tsd_define (static, void *, MALLOC)    /* declaration/common 
definition */
+ #define tsd_key_create(key, destr)    ((void) (key))
+-#define tsd_setspecific(key, data)    __libc_tsd_set (MALLOC, (data))
+-#define tsd_getspecific(key, vptr)    ((vptr) = __libc_tsd_get (MALLOC))
++#define tsd_setspecific(key, data)    __libc_tsd_set (void *, MALLOC, (data))
++#define tsd_getspecific(key, vptr)    ((vptr) = __libc_tsd_get (void *, 
MALLOC))
+ 
+ #include <sysdeps/generic/malloc-machine.h>
+ 


Property changes on: glibc-package/trunk/debian/patches/hppa/cvs-tsd.diff
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: glibc-package/trunk/debian/patches/hppa/submitted-tsd.diff
===================================================================
--- glibc-package/trunk/debian/patches/hppa/submitted-tsd.diff  2009-02-18 
10:39:26 UTC (rev 3281)
+++ glibc-package/trunk/debian/patches/hppa/submitted-tsd.diff  2009-02-18 
22:34:27 UTC (rev 3282)
@@ -1,27 +0,0 @@
-2009-01-07  Arthur Loiret  <[email protected]>
-
-       * sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
-       (MALLOC): Adjust __libc_tsd_define arguments.
-       (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
-       arguments.
-
----
- .../sysv/linux/hppa/linuxthreads/malloc-machine.h  |    6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
---- a/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
-+++ b/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
-@@ -63,10 +63,10 @@ extern void *__dso_handle __attribute__ ((__weak__));
- #include <bits/libc-tsd.h>
- 
- typedef int tsd_key_t[1];     /* no key data structure, libc magic does it */
--__libc_tsd_define (static, MALLOC)    /* declaration/common definition */
-+__libc_tsd_define (static, void *, MALLOC)    /* declaration/common 
definition */
- #define tsd_key_create(key, destr)    ((void) (key))
--#define tsd_setspecific(key, data)    __libc_tsd_set (MALLOC, (data))
--#define tsd_getspecific(key, vptr)    ((vptr) = __libc_tsd_get (MALLOC))
-+#define tsd_setspecific(key, data)    __libc_tsd_set (void *, MALLOC, (data))
-+#define tsd_getspecific(key, vptr)    ((vptr) = __libc_tsd_get (void *, 
MALLOC))
- 
- #include <sysdeps/generic/malloc-machine.h>
- 

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series   2009-02-18 10:39:26 UTC (rev 
3281)
+++ glibc-package/trunk/debian/patches/series   2009-02-18 22:34:27 UTC (rev 
3282)
@@ -68,7 +68,7 @@
 hppa/submitted-lt.diff
 hppa/submitted-nptl-carlos.diff
 hppa/submitted-pie.diff
-hppa/submitted-tsd.diff
+hppa/cvs-tsd.diff
 
 hurd-i386/local-dl-dynamic-weak.diff
 hurd-i386/local-enable-ldconfig.diff


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to