From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29043 invoked by alias); 10 Dec 2013 17:10:37 -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 29031 invoked by uid 89); 10 Dec 2013 17:10:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,MISSING_HEADERS autolearn=no version=3.3.2 X-HELO: mail-gw1-out.broadcom.com Received: from Unknown (HELO mail-gw1-out.broadcom.com) (216.31.210.62) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Dec 2013 17:10:36 +0000 Received: from irvexchcas07.broadcom.com (HELO IRVEXCHCAS07.corp.ad.broadcom.com) ([10.9.208.55]) by mail-gw1-out.broadcom.com with ESMTP; 10 Dec 2013 09:15:00 -0800 Received: from IRVEXCHSMTP1.corp.ad.broadcom.com (10.9.207.51) by IRVEXCHCAS07.corp.ad.broadcom.com (10.9.208.55) with Microsoft SMTP Server (TLS) id 14.1.438.0; Tue, 10 Dec 2013 09:10:22 -0800 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP1.corp.ad.broadcom.com (10.9.207.51) with Microsoft SMTP Server id 14.1.438.0; Tue, 10 Dec 2013 09:10:22 -0800 Received: from [10.177.73.57] (unknown [10.177.73.57]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 719B3246A4 for ; Tue, 10 Dec 2013 09:10:21 -0800 (PST) Message-ID: <52A74AFC.9090608@broadcom.com> Date: Tue, 10 Dec 2013 17:10:00 -0000 From: Andrew Burgess User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 CC: "gdb-patches@sourceware.org" Subject: Re: Call get_compiler_info before test_compiler_info. References: <52A728A0.1050208@broadcom.com> <52A72C70.5040305@redhat.com> <52A7303B.2080901@broadcom.com> <52A737EE.80800@redhat.com> <52A73CE2.60002@broadcom.com> <52A7409D.8080109@redhat.com> In-Reply-To: <52A7409D.8080109@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00381.txt.bz2 On 10/12/2013 4:26 PM, Pedro Alves wrote: > On 12/10/2013 04:10 PM, Andrew Burgess wrote: >> OK to apply? > > OK, but please update the proc's intro comment: > > # Build a shared library from SOURCES. You must use get_compiler_info > # first. > > proc gdb_compile_shlib {sources dest options} { Have pushed with truncated comment. thanks, Andrew