2002-04-26 Ben Elliston <bje@redhat.com>
authorBen Elliston <bje@au.ibm.com>
Fri, 26 Apr 2002 22:11:52 +0000 (22:11 +0000)
committerBen Elliston <bje@au.ibm.com>
Fri, 26 Apr 2002 22:11:52 +0000 (22:11 +0000)
* target.c (do_xfer_memory): Correct reference to the new option
"trust-readonly-sections".

gdb/ChangeLog
gdb/target.c

index 8045153987dadcc17865f3efae55597fbeffc178..16bf4f707dcc0c0fe853c52e3aa6e45bee7cd721 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-26  Ben Elliston  <bje@redhat.com>
+
+       * target.c (do_xfer_memory): Correct reference to the new option
+       "trust-readonly-sections".
+
 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
 
        * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
index d5f205fda0f9333fc2775a35f2b7b413c0e385be..ddc012c4f831c6059206882f50c0661e853dcf0e 100644 (file)
@@ -861,9 +861,9 @@ do_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
 
   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;