From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108348 invoked by alias); 4 Apr 2017 19:52:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 108334 invoked by uid 89); 4 Apr 2017 19:52:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=inquire X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Apr 2017 19:52:29 +0000 Received: by simark.ca (Postfix, from userid 33) id 15A831E881; Tue, 4 Apr 2017 15:52:28 -0400 (EDT) To: John Baldwin Subject: Re: [PATCH] Remove support for using the bsd-uthread target on FreeBSD. X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 04 Apr 2017 19:52:00 -0000 From: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: <20170404183801.17957-1-jhb@FreeBSD.org> References: <20170404183801.17957-1-jhb@FreeBSD.org> Message-ID: <464e26c426c0486211bed1892a278f86@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.4 X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00069.txt.bz2 On 2017-04-04 14:38, John Baldwin wrote: > The bsd-uthread target supports an old thread library ("libc_r") that > was last included in FreeBSD release 6.4 released in 2008. However, > this library has not been used as the default library since FreeBSD > 5.0 (2003) and 4.11 (2005). Thread support for modern FreeBSD binaries > is provided via "normal" LWP support in core files and the native > FreeBSD target. Thanks again! By any chance, would you know the same information but for obsd and nbsd? If not I'll inquire on the relevant mailing lists. Simon