From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2643 invoked by alias); 4 Nov 2010 05:02:17 -0000 Received: (qmail 2631 invoked by uid 22791); 4 Nov 2010 05:02:16 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Nov 2010 05:02:10 +0000 Received: by wyf23 with SMTP id 23so1627675wyf.0 for ; Wed, 03 Nov 2010 22:02:07 -0700 (PDT) Received: by 10.216.71.206 with SMTP id r56mr1406333wed.29.1288846927829; Wed, 03 Nov 2010 22:02:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.165.71 with HTTP; Wed, 3 Nov 2010 22:01:47 -0700 (PDT) In-Reply-To: <201011031005.42964.pedro@codesourcery.com> References: <201011031005.42964.pedro@codesourcery.com> From: Hui Zhu Date: Thu, 04 Nov 2010 05:02:00 -0000 Message-ID: Subject: Re: [PATCH] tracepoint: remote_trace_set_readonly_regions:change lma to vma To: Pedro Alves Cc: gdb-patches@sourceware.org, Joel Brobecker Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00083.txt.bz2 Fix and checked in. Thanks, Hui On Wed, Nov 3, 2010 at 18:05, Pedro Alves wrote: > On Wednesday 03 November 2010 05:39:03, Hui Zhu wrote: > >> @@ -9895,10 +9895,10 @@ remote_trace_set_readonly_regions (void) >> =A0 =A0 =A0 continue; >> >> =A0 =A0 =A0 =A0anysecs =3D 1; >> - =A0 =A0 =A0lma =3D s->lma; >> + =A0 =A0 =A0vma =3D s->vma; > > Okay, but while you're at it, use bfd_get_section_vma instead. > >> Do you think 7.2.1 need this patch too? > > Yes. > > -- > Pedro Alves >