OSDN Git Service

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 8045153..16bf4f7 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 d5f205f..ddc012c 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;