From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4065 invoked by alias); 25 Nov 2010 19:43:22 -0000 Received: (qmail 3982 invoked by uid 22791); 25 Nov 2010 19:43:20 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Nov 2010 19:43:15 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id oAPJhDbX022593 for ; Thu, 25 Nov 2010 11:43:13 -0800 Received: from qwj8 (qwj8.prod.google.com [10.241.195.72]) by wpaz1.hot.corp.google.com with ESMTP id oAPJgiPu032429 for ; Thu, 25 Nov 2010 11:43:12 -0800 Received: by qwj8 with SMTP id 8so63080qwj.28 for ; Thu, 25 Nov 2010 11:43:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.91.13 with SMTP id k13mr980272qcm.299.1290714192055; Thu, 25 Nov 2010 11:43:12 -0800 (PST) Received: by 10.220.203.201 with HTTP; Thu, 25 Nov 2010 11:43:11 -0800 (PST) In-Reply-To: <20101120052545.GP2634@adacore.com> References: <20101113021516.43ECE2461B0@ruffy.mtv.corp.google.com> <20101120052545.GP2634@adacore.com> Date: Thu, 25 Nov 2010 19:43:00 -0000 Message-ID: Subject: Re: patch for 7.2.1? dwarf2read.c (dwarf2_const_value_data): Never sign extend. From: Doug Evans To: Joel Brobecker Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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 X-SW-Source: 2010-11/txt/msg00435.txt.bz2 On Fri, Nov 19, 2010 at 9:25 PM, Joel Brobecker wro= te: >> 2010-07-27 =A0Tom Tromey =A0 >> >> =A0 =A0 =A0 * dwarf2read.c (dwarf2_const_value_data): Never sign extend. >> >> I propose adding this patch to the 7.2.1 branch. > > Sounds like a good idea to me. Tested on amd64-linux, no regressions. Checked in.