From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7997 invoked by alias); 26 Jun 2013 16:17:30 -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 7984 invoked by uid 89); 26 Jun 2013 16:17:30 -0000 X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_W autolearn=ham version=3.3.1 Received: from tx2ehsobe005.messaging.microsoft.com (HELO tx2outboundpool.messaging.microsoft.com) (65.55.88.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 26 Jun 2013 16:17:29 +0000 Received: from mail213-tx2-R.bigfish.com (10.9.14.235) by TX2EHSOBE012.bigfish.com (10.9.40.32) with Microsoft SMTP Server id 14.1.225.23; Wed, 26 Jun 2013 16:17:27 +0000 Received: from mail213-tx2 (localhost [127.0.0.1]) by mail213-tx2-R.bigfish.com (Postfix) with ESMTP id 2A102C80268; Wed, 26 Jun 2013 16:17:27 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190;KIP:(null);UIP:(null);IPV:NLI;H:mail.freescale.net;RD:none;EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zz103dK154dI1432Izz1f42h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ah1fc6hzz177df4h17326ah8275dhz2dh2a8h668h839h8e2h8e3h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh15d0h162dh1631h1758h18e1h1946h19b5h1ad9h1b0ah1d0ch1d2eh1d3fh1dfeh1dffh1e1dhbe9i1155h) Received: from mail213-tx2 (localhost.localdomain [127.0.0.1]) by mail213-tx2 (MessageSwitch) id 1372263445632028_13304; Wed, 26 Jun 2013 16:17:25 +0000 (UTC) Received: from TX2EHSMHS023.bigfish.com (unknown [10.9.14.249]) by mail213-tx2.bigfish.com (Postfix) with ESMTP id 8DEF3140059; Wed, 26 Jun 2013 16:17:25 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS023.bigfish.com (10.9.99.123) with Microsoft SMTP Server (TLS) id 14.1.225.23; Wed, 26 Jun 2013 16:17:25 +0000 Received: from 039-SN1MPN1-001.039d.mgd.msft.net ([169.254.1.74]) by 039-SN1MMR1-003.039d.mgd.msft.net ([10.84.1.16]) with mapi id 14.02.0328.011; Wed, 26 Jun 2013 16:17:25 +0000 From: Udma Catalin-Dan-B32721 To: Pedro Alves CC: "gdb-patches@sourceware.org" Subject: RE: gdb 7.6: Fix info mem command for 32 bits host/64 bits target Date: Wed, 26 Jun 2013 16:20:00 -0000 Message-ID: References: <51CB116D.7060009@redhat.com> In-Reply-To: <51CB116D.7060009@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-SW-Source: 2013-06/txt/msg00781.txt.bz2 > Thanks! The (LONGEST) casts look unnecessary, as > hex_string_custom already takes LONGEST. >=20 > This needs a ChangeLog entry. See > . Could > you send one? >=20 > In order to backport to the 7.6 branch, we'll need a bugzilla entry > filed, reporting the bug. Could you do that? That will be used > to record the bug fix in > . >=20 > -- > Pedro Alves [CU] Sure, I'll update the patch and the ChangeLog. And I'll open the bug f= or this. [CU] Catalin