From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3854 invoked by alias); 2 Mar 2010 09:00:51 -0000 Received: (qmail 3834 invoked by uid 22791); 2 Mar 2010 09:00:49 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Mar 2010 09:00:45 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o2290ZQp016467; Tue, 2 Mar 2010 10:00:35 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o2290Xrm030996; Tue, 2 Mar 2010 10:00:33 +0100 (CET) Date: Tue, 02 Mar 2010 09:00:00 -0000 Message-Id: <201003020900.o2290Xrm030996@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: dje@google.com CC: gdb-patches@sourceware.org In-reply-to: <20100301224612.9EBE084842@ruffy.mtv.corp.google.com> (dje@google.com) Subject: Re: [patch] Allow for libc containing libpthread in testsuite. References: <20100301224612.9EBE084842@ruffy.mtv.corp.google.com> 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 X-SW-Source: 2010-03/txt/msg00041.txt.bz2 > Date: Mon, 1 Mar 2010 14:46:12 -0800 (PST) > From: dje@google.com (Doug Evans) > > Hi. > > The libc for Android doesn't have libpthread, pthread functions live in libc. > This patch to gdb_compile_pthreads adds support for this. Sigh, why has Android to be different *again*. You guys should really just add a dummy (static) libpthread. Will save people a lot of pain.