From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16627 invoked by alias); 26 Apr 2002 22:03:50 -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 16618 invoked from network); 26 Apr 2002 22:03:49 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 26 Apr 2002 22:03:49 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C25EE3D29; Fri, 26 Apr 2002 18:03:49 -0400 (EDT) Message-ID: <3CC9CEC5.2050009@cygnus.com> Date: Fri, 26 Apr 2002 15:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020424 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: Ben Elliston , gdb-patches@sources.redhat.com Subject: Re: [RFA] target.c patch References: <15561.49680.439229.460967@tooth.toronto.redhat.com> <3CC9C5B0.D07E008E@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg01094.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. This brings up a general wierdness. You're mentioned in sim/MAINTAINERS but not gdb/MAINTAINERS. I think I might tweak things so that everyone is mentioned under write after approval so that there is no confusion - hopefully people can cope with multiple roles :-) enjoy, Andrew >> 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;