Author: sthibaul-guest
Date: 2009-01-28 23:31:24 +0000 (Wed, 28 Jan 2009)
New Revision: 3262

Added:
   
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/cvs-get_pc_thunk.diff
Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/patches/series
Log:
  * hurd-i386/cvs-get_pc_thunk.diff: new patch to fix missing
    __i686.get_pc_thunk.bx reference.


Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog   2009-01-28 03:04:33 UTC 
(rev 3261)
+++ glibc-package/branches/glibc-2.9/debian/changelog   2009-01-28 23:31:24 UTC 
(rev 3262)
@@ -107,6 +107,8 @@
   * hurd-i386/local-pthread_posix-option.diff: put back to series.
   * hurd-i386/local-check_native.diff: new patch to provide a dummy
     __check_native() function.
+  * hurd-i386/cvs-get_pc_thunk.diff: new patch to fix missing
+    __i686.get_pc_thunk.bx reference.
 
  -- Aurelien Jarno <[email protected]>  Sun, 25 Jan 2009 11:14:06 +0100
 

Added: 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/cvs-get_pc_thunk.diff
===================================================================
--- 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/cvs-get_pc_thunk.diff 
                            (rev 0)
+++ 
glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/cvs-get_pc_thunk.diff 
    2009-01-28 23:31:24 UTC (rev 3262)
@@ -0,0 +1,18 @@
+Index: glibc/sysdeps/i386/dl-tlsdesc.S
+===================================================================
+RCS file: /cvs/glibc/libc/sysdeps/i386/dl-tlsdesc.S,v
+retrieving revision 1.1
+retrieving revision 1.2
+diff -u -p -r1.1 -r1.2
+--- glibc/sysdeps/i386/dl-tlsdesc.S    13 May 2008 05:33:06 -0000      1.1
++++ glibc/sysdeps/i386/dl-tlsdesc.S    6 Dec 2008 00:15:17 -0000       1.2
+@@ -128,8 +128,7 @@ _dl_tlsdesc_dynamic:
+ .Lslow:
+       cfi_adjust_cfa_offset (28)
+       movl    %ebx, 16(%esp)
+-      call    __i686.get_pc_thunk.bx
+-      addl    $_GLOBAL_OFFSET_TABLE_, %ebx
++      LOAD_PIC_REG (bx)
+       call    ___tls_get_a...@plt
+       movl    16(%esp), %ebx
+       jmp     .Lret

Modified: glibc-package/branches/glibc-2.9/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.9/debian/patches/series      2009-01-28 
03:04:33 UTC (rev 3261)
+++ glibc-package/branches/glibc-2.9/debian/patches/series      2009-01-28 
23:31:24 UTC (rev 3262)
@@ -92,6 +92,7 @@
 hurd-i386/local-net-headers.diff
 hurd-i386/local-pthread_posix-option.diff
 hurd-i386/local-check_native.diff
+hurd-i386/cvs-get_pc_thunk.diff
 
 i386/local-biarch.diff
 i386/local-clone.diff


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

Reply via email to