Author: aurel32
Date: 2007-06-11 09:30:50 +0000 (Mon, 11 Jun 2007)
New Revision: 2358

Added:
   glibc-package/branches/glibc-2.6/debian/patches/hppa/submitted-pie.diff
Modified:
   glibc-package/branches/glibc-2.6/debian/changelog
   glibc-package/branches/glibc-2.6/debian/patches/series
Log:
  * patches/hppa/submitted-pie.diff: new patch to fix PIE on hppa. Patch by
    S?\195?\169bastien Bernard and John David Anglin.  Closes: #427990.



Modified: glibc-package/branches/glibc-2.6/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.6/debian/changelog   2007-06-11 09:27:53 UTC 
(rev 2357)
+++ glibc-package/branches/glibc-2.6/debian/changelog   2007-06-11 09:30:50 UTC 
(rev 2358)
@@ -84,10 +84,15 @@
   * pass -X/usr/lib/debug to dh_makeshlibs so that libc6-dbg gets no useless
     shlibs. Closes: 427637.
 
- -- Pierre Habouzit <[EMAIL PROTECTED]>  Tue, 05 Jun 2007 20:16:20 +0200
+glibc (2.5-11) UNRELEASED; urgency=low
 
-glibc (2.5-10) UNRELEASED; urgency=low
+  * patches/hppa/submitted-pie.diff: new patch to fix PIE on hppa. Patch by
+    Sébastien Bernard and John David Anglin.  Closes: #427990.
 
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Mon, 11 Jun 2007 11:25:48 +0200
+
+glibc (2.5-10) unstable; urgency=low
+
   [ Aurelien Jarno ]
   * kfreebsd/local-sysdeps.diff: update to revision 1942 (from glibc-bsd).
     Thanks to Petr Salinger.
@@ -115,7 +120,7 @@
   * Update Vietnamese debconf translation, by Clytie Siddall.
     closes: #426824.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Sun, 03 Jun 2007 17:40:09 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sun, 03 Jun 2007 19:01:50 +0200
 
 glibc (2.5-9) unstable; urgency=low
 

Added: glibc-package/branches/glibc-2.6/debian/patches/hppa/submitted-pie.diff
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/hppa/submitted-pie.diff     
                        (rev 0)
+++ glibc-package/branches/glibc-2.6/debian/patches/hppa/submitted-pie.diff     
2007-06-11 09:30:50 UTC (rev 2358)
@@ -0,0 +1,25 @@
+--- glibc-2.5/ports/sysdeps/hppa/elf/start.S.orig      2007-06-02 
12:27:53.000000000 +0200
++++ glibc-2.5/ports/sysdeps/hppa/elf/start.S   2007-06-02 12:27:49.000000000 
+0200
+@@ -96,16 +96,16 @@
+ 
+ #if SHARED
+       /* load main (1st argument) */
+-      addil   LR'.Lpmain, %r19
+-      ldw     RR'.Lpmain(%r1), %r26
++      addil   LT'.Lpmain, %r19
++      ldw     RT'.Lpmain(%r1), %r26
+       ldw     0(%r26),%r26
+       /* void (*init) (void) (4th argument) */
+-      addil   LR'.Lp__libc_csu_init, %r19
+-      ldw     RR'.Lp__libc_csu_init(%r1), %r23
++      addil   LT'.Lp__libc_csu_init, %r19
++      ldw     RT'.Lp__libc_csu_init(%r1), %r23
+       ldw     0(%r23), %r23
+       /* void (*fini) (void) (5th argument) */
+-      addil   LR'.Lp__libc_csu_fini, %r19
+-      ldw     RR'.Lp__libc_csu_fini(%r1), %r22
++      addil   LT'.Lp__libc_csu_fini, %r19
++      ldw     RT'.Lp__libc_csu_fini(%r1), %r22
+       ldw     0(%r22), %r22
+ #else
+       /* load main (1st argument) */

Modified: glibc-package/branches/glibc-2.6/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/series      2007-06-11 
09:27:53 UTC (rev 2357)
+++ glibc-package/branches/glibc-2.6/debian/patches/series      2007-06-11 
09:30:50 UTC (rev 2358)
@@ -47,6 +47,7 @@
 hppa/submitted-atomic_h.diff -p0
 hppa/submitted-lt.diff -p0
 hppa/submitted-nptl-carlos.diff -p0
+hppa/submitted-pie.diff -p1
 hppa/submitted-ustat.diff -p0
 hppa/local-inlining.diff -p0
 hppa/local-linuxthreads.diff -p0


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

Reply via email to