Bug 2590

Summary: TLS under Linux 2.4.x on i386/i486 targets
Product: glibc Reporter: Petr.Salinger
Component: linuxthreadsAssignee: drow <drow>
Status: RESOLVED FIXED    
Severity: normal CC: glibc-bugs, toolchain
Priority: P2 Flags: fweimer: security-
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 674    
Attachments: proposed patch

Description Petr.Salinger 2006-04-20 13:13:35 UTC
Current linuxthreads supports TLS under linux 2.4.x only with i686 target, 
but it can be supported even on plain i386.

Please find attached patch to add it.

Petr
Comment 1 Petr.Salinger 2006-04-20 13:14:10 UTC
Created attachment 975 [details]
proposed patch
Comment 2 Sourceware Commits 2006-04-26 15:36:53 UTC
Subject: Bug 2590

CVSROOT:	/cvs/glibc
Module name:	linuxthreads
Changes by:	drow@sources.redhat.com	2006-04-26 15:36:49

Modified files:
	linuxthreads   : ChangeLog 

Log message:
	Add BZ #2590 reference.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/linuxthreads/linuxthreads/ChangeLog.diff?cvsroot=glibc&r1=1.869&r2=1.870

Comment 3 Daniel Jacobowitz 2006-04-26 15:37:17 UTC
Patch checked in, with formatting fixes.  Please, include a ChangeLog entry in
the future.
Comment 4 Petr.Salinger 2006-04-26 16:06:14 UTC
> Patch checked in, with formatting fixes. 
Many thanks.

>  Please, include a ChangeLog entry in the future.
I will do.