*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / abug-rom.c
index 543f70213f450f4b75c1af8d76c50fc507a90eb0..aeec716144a60068edea21c3cb04cee792bbc667 100644 (file)
@@ -144,7 +144,7 @@ init_abug_cmds (void)
   abug_cmds.getreg.term_cmd = ".\r";   /* getreg.term_cmd */
   abug_cmds.dump_registers = "rd\r";   /* dump_registers */
   abug_cmds.register_pattern = "\\(\\w+\\) +=\\([0-9a-fA-F]+\\b\\)";   /* register_pattern */
-  abug_cmds.supply_register = abug_supply_register;    /* supply_register */
+  abug_cmds.supply_register = abug_supply_register;
   abug_cmds.load_routine = NULL;       /* load_routine (defaults to SRECs) */
   abug_cmds.load = "lo 0\r";   /* download command */
   abug_cmds.loadresp = "\n";   /* load response */
@@ -173,9 +173,9 @@ _initialize_abug_rom (void)
   init_monitor_ops (&abug_ops);
 
   abug_ops.to_shortname = "abug";
-  abug_ops.to_longname = "ABug monitor";
-  abug_ops.to_doc = "Debug via the ABug monitor.\n\
-Specify the serial device it is connected to (e.g. /dev/ttya).";
+  abug_ops.to_longname = _("ABug monitor");
+  abug_ops.to_doc = _("Debug via the ABug monitor.\n\
+Specify the serial device it is connected to (e.g. /dev/ttya).");
   abug_ops.to_open = abug_open;
 
   add_target (&abug_ops);
This page took 0.023552 seconds and 4 git commands to generate.