From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24222 invoked by alias); 14 Jan 2019 19:36:22 -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 24212 invoked by uid 89); 14 Jan 2019 19:36:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=fingerprint, Key X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Jan 2019 19:36:21 +0000 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id x0EJYXhw016007 for ; Mon, 14 Jan 2019 14:36:19 -0500 Received: from e31.co.us.ibm.com (e31.co.us.ibm.com [32.97.110.149]) by mx0a-001b2d01.pphosted.com with ESMTP id 2q0x0wq0s9-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 14 Jan 2019 14:36:19 -0500 Received: from localhost by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 Jan 2019 19:36:19 -0000 Received: from b03cxnp08026.gho.boulder.ibm.com (9.17.130.18) by e31.co.us.ibm.com (192.168.1.131) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Mon, 14 Jan 2019 19:36:17 -0000 Received: from b03ledav005.gho.boulder.ibm.com (b03ledav005.gho.boulder.ibm.com [9.17.130.236]) by b03cxnp08026.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x0EJaFMW16973838 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 14 Jan 2019 19:36:15 GMT Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id E0CA9BE053; Mon, 14 Jan 2019 19:36:14 +0000 (GMT) Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id B2775BE05A; Mon, 14 Jan 2019 19:36:14 +0000 (GMT) Received: from pedro.localdomain (unknown [9.18.235.67]) by b03ledav005.gho.boulder.ibm.com (Postfix) with ESMTP; Mon, 14 Jan 2019 19:36:14 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 357333C0461; Mon, 14 Jan 2019 17:36:12 -0200 (-02) From: Pedro Franco de Carvalho To: Andreas Schwab Cc: gdb-patches@sourceware.org, uweigand@de.ibm.com Subject: Re: [PATCH] [PowerPC] Fix "info vector" test in gdb.arch/altivec-regs.exp In-Reply-To: <874labe32x.fsf@igel.home> References: <20190110194434.842-1-pedromfc@linux.ibm.com> <20190110194434.842-2-pedromfc@linux.ibm.com> <874labe32x.fsf@igel.home> Date: Mon, 14 Jan 2019 19:36:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 19011419-8235-0000-0000-00000E4AF687 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010405; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000274; SDB=6.01146477; UDB=6.00597123; IPR=6.00926764; MB=3.00025124; MTD=3.00000008; XFM=3.00000015; UTC=2019-01-14 19:36:19 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19011419-8236-0000-0000-00004414B6C5 Message-Id: <87va2rghg3.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00333.txt.bz2 Andreas Schwab writes: > On Jan 10 2019, Pedro Franco de Carvalho wrote: > >> gdb_expect_list when testign "info vector". > > s/testign/testing/ > > Andreas. > > -- > Andreas Schwab, schwab@linux-m68k.org > GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 > "And now for something completely different." Thanks! I corrected the typo when checked these in. -- Pedro Franco de Carvalho