From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23919 invoked by alias); 28 Jan 2014 17:39:19 -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 23908 invoked by uid 89); 28 Jan 2014 17:39:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e24smtp01.br.ibm.com Received: from e24smtp01.br.ibm.com (HELO e24smtp01.br.ibm.com) (32.104.18.85) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 28 Jan 2014 17:39:13 +0000 Received: from /spool/local by e24smtp01.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 28 Jan 2014 15:39:09 -0200 Received: from d24dlp02.br.ibm.com (9.18.248.206) by e24smtp01.br.ibm.com (10.172.0.143) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 28 Jan 2014 15:39:06 -0200 Received: from d24relay03.br.ibm.com (d24relay03.br.ibm.com [9.13.184.25]) by d24dlp02.br.ibm.com (Postfix) with ESMTP id E86D91DC005D for ; Tue, 28 Jan 2014 12:39:05 -0500 (EST) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.8.31.93]) by d24relay03.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0SHcV6Y36044814 for ; Tue, 28 Jan 2014 15:38:32 -0200 Received: from d24av02.br.ibm.com (localhost [127.0.0.1]) by d24av02.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s0SHd4sF029122 for ; Tue, 28 Jan 2014 15:39:05 -0200 Received: from [9.18.235.172] (grandaddy.br.ibm.com [9.18.235.172]) by d24av02.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s0SHd4aw029116; Tue, 28 Jan 2014 15:39:04 -0200 Message-ID: <52E7EB38.6070409@linux.vnet.ibm.com> Date: Tue, 28 Jan 2014 17:39:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Joel Brobecker , Ulrich Weigand CC: gdb-patches@sourceware.org Subject: Re: [PATCH] testsuite: info-shared.exp: Expect leading.on ppc64's symbols References: <1390418283-11267-1-git-send-email-emachado@linux.vnet.ibm.com> <201401281559.s0SFx1WP027987@d06av02.portsmouth.uk.ibm.com> <20140128163647.GI4101@adacore.com> In-Reply-To: <20140128163647.GI4101@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14012817-1524-0000-0000-000008A9AE18 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg01014.txt.bz2 On 01/28/2014 02:36 PM, Joel Brobecker wrote: >> Edjunior Barbosa Machado wrote: >> >>> gdb/testsuite/ >>> 2014-01-22 Edjunior Barbosa Machado >>> >>> * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols. >> >> This is OK. > > I think this patch might be one of the patches that Sergio mentioned > in: https://www.sourceware.org/ml/gdb-patches/2014-01/msg00990.html > > If that's the case, they definitely seem OK for the branch as well. Thank you folks, I've just pushed the changes to both master and gdb-7.7 branches: -- Edjunior