Bug 2590 - TLS under Linux 2.4.x on i386/i486 targets
Summary: TLS under Linux 2.4.x on i386/i486 targets
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: linuxthreads (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: drow@false.org
URL:
Keywords:
Depends on:
Blocks: 674
  Show dependency treegraph
 
Reported: 2006-04-20 13:13 UTC by Petr.Salinger
Modified: 2019-04-10 08:47 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
proposed patch (1.58 KB, patch)
2006-04-20 13:14 UTC, Petr.Salinger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.