From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4449 invoked by alias); 26 Apr 2002 21:37:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4337 invoked from network); 26 Apr 2002 21:37:19 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 26 Apr 2002 21:37:19 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA15521; Fri, 26 Apr 2002 14:37:16 -0700 (PDT) Message-ID: <3CC9C5B0.D07E008E@redhat.com> Date: Fri, 26 Apr 2002 14:37:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Ben Elliston CC: gdb-patches@sources.redhat.com Subject: Re: [RFA] target.c patch References: <15561.49680.439229.460967@tooth.toronto.redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg01093.txt.bz2 Ben Elliston wrote: > > I noticed a comment about a "trust-readonly" option, yet it is called > "trust-readonly-sections" -- fixed. Okay to commit? > > Ben Yes, please do. Thanks. > > 2002-04-26 Ben Elliston > > * target.c (do_xfer_memory): Correct reference to the new option > "trust-readonly-sections". > > Index: target.c > =================================================================== > RCS file: /cvs/src/src/gdb/target.c,v > retrieving revision 1.33 > diff -u -r1.33 target.c > --- target.c 1 Feb 2002 01:01:21 -0000 1.33 > +++ target.c 26 Apr 2002 21:07:52 -0000 > @@ -861,9 +861,9 @@ > > if (!write && trust_readonly) > { > - /* User-settable option, "trust-readonly". If true, then > - memory from any SEC_READONLY bfd section may be read > - directly from the bfd file. */ > + /* User-settable option, "trust-readonly-sections". If true, > + then memory from any SEC_READONLY bfd section may be read > + directly from the bfd file. */ > > struct section_table *secp; >