SOURCES: glibc-load-reg.patch (NEW)   - fix from pluto	(untested)
    arekm 
    arekm at pld-linux.org
       
    Mon Nov 17 18:20:05 CET 2008
    
    
  
Author: arekm                        Date: Mon Nov 17 17:20:05 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix from pluto (untested)
---- Files affected:
SOURCES:
   glibc-load-reg.patch (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: SOURCES/glibc-load-reg.patch
diff -u /dev/null SOURCES/glibc-load-reg.patch:1.1
--- /dev/null	Mon Nov 17 18:20:06 2008
+++ SOURCES/glibc-load-reg.patch	Mon Nov 17 18:20:00 2008
@@ -0,0 +1,12 @@
+--- libc-HEAD/sysdeps/i386/dl-tlsdesc.S.org	2008-11-17 18:17:04.004203199 +0100
++++ libc-HEAD/sysdeps/i386/dl-tlsdesc.S	2008-11-17 18:18:28.029877701 +0100
+@@ -128,8 +128,7 @@
+ .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_addr at PLT
+ 	movl	16(%esp), %ebx
+ 	jmp	.Lret
================================================================
    
    
More information about the pld-cvs-commit
mailing list