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 | 040e11c34ea7f8c71fcfa0edfeff43b630a557eb (patch) | |
tree | 8f41bdadbaf63de069ff55aefa97d1f3f455e563 /gdb/cris-tdep.c | |
parent | 359c9f376c6a65abe10d32c652f4cc1de51a6bef (diff) | |
download | gdb-040e11c34ea7f8c71fcfa0edfeff43b630a557eb.tar.gz |
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 b5335e3f734..bab63c0e105 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); |