From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46519 invoked by alias); 15 Dec 2015 13:15:35 -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 46502 invoked by uid 89); 15 Dec 2015 13:15:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: e06smtp07.uk.ibm.com Received: from e06smtp07.uk.ibm.com (HELO e06smtp07.uk.ibm.com) (195.75.94.103) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 15 Dec 2015 13:15:28 +0000 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 15 Dec 2015 13:15:24 -0000 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp07.uk.ibm.com (192.168.101.137) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 15 Dec 2015 13:15:24 -0000 X-IBM-Helo: d06dlp03.portsmouth.uk.ibm.com X-IBM-MailFrom: arnez@linux.vnet.ibm.com X-IBM-RcptTo: gdb-patches@sourceware.org Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id BE0E11B0805F for ; Tue, 15 Dec 2015 13:15:54 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tBFDFMQH58064952 for ; Tue, 15 Dec 2015 13:15:22 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tBFDFMYO026210 for ; Tue, 15 Dec 2015 06:15:22 -0700 Received: from oc1027705133.ibm.com (dyn-9-152-212-100.boeblingen.de.ibm.com [9.152.212.100]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id tBFDFLcF026159 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 15 Dec 2015 06:15:22 -0700 From: Andreas Arnez To: Joel Brobecker Cc: Dominik Vogt , gdb-patches@sourceware.org, Mike Frysinger Subject: Re: [SIM patch] Re: [PATCH 3/2] Fix invalid left shift of negative value. References: <20151110111638.GD17214@linux.vnet.ibm.com> <20151117150956.GA24562@linux.vnet.ibm.com> <20151130085341.GA4137@linux.vnet.ibm.com> <20151206141732.GH10969@adacore.com> Date: Tue, 15 Dec 2015 13:15:00 -0000 In-Reply-To: <20151206141732.GH10969@adacore.com> (Joel Brobecker's message of "Sun, 6 Dec 2015 15:17:32 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15121513-0029-0000-0000-0000052F8F8B X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00288.txt.bz2 On Sun, Dec 06 2015, Joel Brobecker wrote: >> On Tue, Nov 17, 2015 at 04:09:57PM +0100, Dominik Vogt wrote: >> > And another one: >> > >> > On Tue, Nov 10, 2015 at 12:16:38PM +0100, Dominik Vogt wrote: >> > > The following series of patches fixes all occurences of >> > > left-shifting negative constants in C code which is undefined by >> > > the C standard. The patches have been tested on s390x, covering >> > > only a small subset of the changes. >> > >> > Changes in sim/. >> >> Ping. > > Sorry about the delay in answering this. I see Mike is in Cc, and > he usually reviews sim patches very quickly. It looks good to me, > but normally, Mike does the approving. Nevertheless, in the interest > of moving forward, if Mike isn't available or hasn't answered by > next Sunday, please feel free to push your patch. As suggested, I've pushed this now.