From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74436 invoked by alias); 20 Oct 2015 18:42:44 -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 74425 invoked by uid 89); 20 Oct 2015 18:42:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 20 Oct 2015 18:42:43 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 14521B0CE6 for ; Tue, 20 Oct 2015 18:42:42 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-96.ams2.redhat.com [10.36.116.96]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9KIgcgV019790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 20 Oct 2015 14:42:41 -0400 Date: Wed, 21 Oct 2015 09:56:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: [commit] [patchv2] Fix internal error on DW_OP_bregx(-1) Message-ID: <20151020184238.GA27490@host1.jankratochvil.net> References: <20151012192552.GA18998@host1.jankratochvil.net> <56251D4F.4020300@redhat.com> <20151020181928.GA20802@host1.jankratochvil.net> <56268A5D.5080802@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56268A5D.5080802@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00386.txt.bz2 On Tue, 20 Oct 2015 20:39:25 +0200, Pedro Alves wrote: > OK. Checked in: 5f3ff4f893d7d70f79cb2daf4001be7047cd126b Jan