diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-14 16:18:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-14 16:18:43 +0000 |
commit | 7915a72c7f0c255cfcf47c1b186d3739aeafe4da (patch) | |
tree | f23858f72a74163f4ec1e652994bb47495f6090f /gdb/target.c | |
parent | 5cba516c96c30419af2254897f0459ef4d640084 (diff) | |
download | gdb-7915a72c7f0c255cfcf47c1b186d3739aeafe4da.zip gdb-7915a72c7f0c255cfcf47c1b186d3739aeafe4da.tar.gz gdb-7915a72c7f0c255cfcf47c1b186d3739aeafe4da.tar.bz2 |
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/target.c b/gdb/target.c index 48d6c39..e061c72 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -2562,13 +2562,13 @@ command.", &setdebuglist), &showdebuglist); add_setshow_boolean_cmd ("trust-readonly-sections", class_support, - &trust_readonly, "\ -Set mode for reading from readonly sections.", "\ -Show mode for reading from readonly sections.", "\ + &trust_readonly, _("\ +Set mode for reading from readonly sections."), _("\ +Show mode for reading from readonly sections."), _("\ When this mode is on, memory reads from readonly sections (such as .text)\n\ will be read from the object file instead of from the target. This will\n\ -result in significant performance improvement for remote targets.", - NULL, /* PRINT: Mode for reading from readonly sections is %s. */ +result in significant performance improvement for remote targets."), + NULL, /* FIXME: i18n: Mode for reading from readonly sections is %s. */ NULL, NULL, &setlist, &showlist); |