From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27305 invoked by alias); 22 Jan 2014 16:15:27 -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 27209 invoked by uid 89); 22 Jan 2014 16:15:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp17.uk.ibm.com Received: from e06smtp17.uk.ibm.com (HELO e06smtp17.uk.ibm.com) (195.75.94.113) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 22 Jan 2014 16:15:25 +0000 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 22 Jan 2014 16:15:22 -0000 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp17.uk.ibm.com (192.168.101.147) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 22 Jan 2014 16:15:19 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 81D162190063 for ; Wed, 22 Jan 2014 16:15:17 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0MGF6dv47841422 for ; Wed, 22 Jan 2014 16:15:06 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s0MGFIUt006125 for ; Wed, 22 Jan 2014 09:15:18 -0700 Received: from bart (dyn-9-152-212-89.boeblingen.de.ibm.com [9.152.212.89]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with SMTP id s0MGFHH1006070; Wed, 22 Jan 2014 09:15:17 -0700 Received: by bart (sSMTP sendmail emulation); Wed, 22 Jan 2014 17:15:17 +0100 Date: Wed, 22 Jan 2014 16:15:00 -0000 From: Andreas Krebbel To: Andreas Arnez Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix regression on s390x with entry-values.exp Message-ID: <20140122161516.GA30619@bart> References: <87a9ez4yuc.fsf@br87z6lw.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a9ez4yuc.fsf@br87z6lw.de.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14012216-0542-0000-0000-000007BBC075 X-SW-Source: 2014-01/txt/msg00866.txt.bz2 > testsuite/ChangeLog > 2014-01-13 Andreas Arnez > > * gdb.trace/entry-values.exp: Remove excess space character from > regex patterns. Handle s390 call instruction. Applied. Thanks! -Andreas-