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/cris-tdep.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/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index b5335e3..bab63c0 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -3916,19 +3916,19 @@ _initialize_cris_tdep (void) /* CRIS-specific user-commands. */ add_setshow_uinteger_cmd ("cris-version", class_support, &usr_cmd_cris_version, - "Set the current CRIS version.", - "Show the current CRIS version.", - "Set if autodetection fails.", - NULL, /* PRINT: Current CRIS version is %s. */ + _("Set the current CRIS version."), + _("Show the current CRIS version."), + _("Set if autodetection fails."), + NULL, /* FIXME: i18n: Current CRIS version is %s. */ set_cris_version, NULL, &setlist, &showlist); add_setshow_boolean_cmd ("cris-dwarf2-cfi", class_support, &usr_cmd_cris_dwarf2_cfi, - "Set the usage of Dwarf-2 CFI for CRIS.", - "Show the usage of Dwarf-2 CFI for CRIS.", - "Set to \"off\" if using gcc-cris < R59.", - NULL, /* PRINT: Usage of Dwarf-2 CFI for CRIS is %d. */ + _("Set the usage of Dwarf-2 CFI for CRIS."), + _("Show the usage of Dwarf-2 CFI for CRIS."), + _("Set to \"off\" if using gcc-cris < R59."), + NULL, /* FIXME: i18n: Usage of Dwarf-2 CFI for CRIS is %d. */ set_cris_dwarf2_cfi, NULL, &setlist, &showlist); |