This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Fix TLS access for -static -pthread
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 20 May 2014 17:17:54 +0200
- Subject: Re: [patch] Fix TLS access for -static -pthread
- Authentication-results: sourceware.org; auth=none
- References: <20140410115204 dot GB16411 at host2 dot jankratochvil dot net> <20140411110322 dot GA13806 at host2 dot jankratochvil dot net> <878upwtris dot fsf at fleche dot redhat dot com>
On Tue, 20 May 2014 17:10:35 +0200, Tom Tromey wrote:
> >>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
>
> Jan> On Thu, 10 Apr 2014 13:52:04 +0200, Jan Kratochvil wrote:
> >> Future glibcs may implement more native support for -static -pthread TLS
> >> https://sourceware.org/bugzilla/show_bug.cgi?id=16828
> >> which will require also some new GDB support.
>
> Jan> Posted now by Carlos O'Donell:
> Jan> [PATCH] Initialize _r_debug for static applications.
> Jan> https://sourceware.org/ml/libc-alpha/2014-04/msg00183.html
> Jan> Message-ID: <5347321E.2060802@redhat.com>
>
> Does this negate the need for the previous patch?
No.
> Or merely mean that an additional patch is desirable?
Yes, filed for GDB such additional patch request as:
Improve TLS variables glibc compatibility
https://sourceware.org/bugzilla/show_bug.cgi?id=16954
Jan