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: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 20 May 2014 09:10:35 -0600
- 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>
>>>>> "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?
Or merely mean that an additional patch is desirable?
Tom