2002-04-26 Ben Elliston <bje@redhat.com>

* target.c (do_xfer_memory): Correct reference to the new option
	"trust-readonly-sections".
This commit is contained in:
Ben Elliston 2002-04-26 22:11:52 +00:00
parent f5f8a0099e
commit 2ceb85d0bd
2 changed files with 8 additions and 3 deletions

View 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.

View file

@ -861,8 +861,8 @@ 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
/* 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;