From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30027 invoked by alias); 15 Apr 2013 20:42:21 -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 30016 invoked by uid 89); 15 Apr 2013 20:42:20 -0000 X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail-ee0-f53.google.com (HELO mail-ee0-f53.google.com) (74.125.83.53) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 15 Apr 2013 20:42:20 +0000 Received: by mail-ee0-f53.google.com with SMTP id c13so2369778eek.26 for ; Mon, 15 Apr 2013 13:42:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=wXu7C+Qon5eTSuoMpvgCto5j8rELT8kFCmeUTCtNEUg=; b=Vc5mNiCft381Rb/KQ3dup4alo/kfgsXCSjH4pDQ6M24o8TcOp/1CG4AxfRdZpX8xB2 or5cbGKY5j24CElVdC4zO+iO0Sgv/PW2CHyUXWV2CjUs6+BkEYcDEDlLB1CL0nsQf6Jy SEkqSEYREINV5mTOSM9BkfM7lWdVFtK4NieFVR9jhGPs4NlGS8mjKeqW1Y/YwTqT/YX4 g/W8R4RVj0UB5ob3ABhKDFKgXgiNSdLWY20cFbpxgRFleqCVb93LtfKe4PjMM79RhcKH Frjgv5/GbvrKSLT0J1580b83J8BgFgNXrw9h0yHSDV857SMYRlAyvmmyoxpD0U059wET ylGA== MIME-Version: 1.0 X-Received: by 10.14.204.71 with SMTP id g47mr1563150eeo.45.1366058537764; Mon, 15 Apr 2013 13:42:17 -0700 (PDT) Received: by 10.15.22.70 with HTTP; Mon, 15 Apr 2013 13:42:17 -0700 (PDT) In-Reply-To: <87vc7nbous.fsf@fleche.redhat.com> References: <8761zrfox7.fsf@fleche.redhat.com> <516C0D67.7020307@redhat.com> <87vc7nbous.fsf@fleche.redhat.com> Date: Tue, 16 Apr 2013 07:52:00 -0000 Message-ID: Subject: Re: [RFC][testsuite] Add option to link testcases with pthreads when using 'prepare_for_testing' From: Siva Chandra To: Tom Tromey Cc: Pedro Alves , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnGtUdG3IjImvYE12cwohbqQW2BlPbYWCzCDOpAXbzUPlNVMNTWuDqTLW20tclPOPclFDu+QS5oxoxhp430yVqB5h0lWjNKmavJ5a1tyHyhZpnXlBn/GdfL9//iyw8YyzvkiwzlJEdOCPlBeg69wNPQgHuQa4qAxXt5AkBm5qTdUT2HDx7U0n/ApeSJi93b6WvWQHVmVTGXY25no7Q3IAYsZU9Xhg== X-SW-Source: 2013-04/txt/msg00448.txt.bz2 On Mon, Apr 15, 2013 at 12:00 PM, Tom Tromey wrote: > Siva> 2013-04-15 Siva Chandra Reddy > Siva> Add option to link testcases with Pthreads library when > Siva> using 'prepare_for_testing' in tests. > > Siva> testsuite/ > Siva> * lib/gdb.exp (build_executable_from_specs): Use > Siva> gdb_compile_pthreads to compile if option "pthreads" is > Siva> specified. > > This is ok, thanks. Committed the patch. Thanks for the review.