From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53644 invoked by alias); 1 Nov 2018 21:47:33 -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 53502 invoked by uid 89); 1 Nov 2018 21:47:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Nov 2018 21:47:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 47BB356005; Thu, 1 Nov 2018 17:47:30 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4L+Pptc+AhLd; Thu, 1 Nov 2018 17:47:30 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2042756002; Thu, 1 Nov 2018 17:47:30 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6336A83AF9; Thu, 1 Nov 2018 14:47:28 -0700 (PDT) Date: Thu, 01 Nov 2018 21:47:00 -0000 From: Joel Brobecker To: Kevin Buettner Cc: gdb-patches@sourceware.org Subject: Re: [RFA/commit] rs6000-tdep.c:skip_prologue avoid negative left shift Message-ID: <20181101214728.GD2705@adacore.com> References: <1539383206-81457-1-git-send-email-brobecker@adacore.com> <20181012212620.28133511@pinnacle.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181012212620.28133511@pinnacle.lan> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-11/txt/msg00010.txt.bz2 > > gdb/ChangeLog: > > > > * rs6000-tdep.c (skip_prologue): Fix potential negative left > > shifting. > > LGTM. Thanks Kevin. I finally took the time to push this patch in. -- Joel