2005-02-14 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / arm-tdep.c
index 8352bf330bf06e40d5ae97fa33f2592943c8328e..6124d42e24a9374aab1feb49e332f8f275f99e6c 100644 (file)
@@ -2884,7 +2884,7 @@ _initialize_arm_tdep (void)
                       _("Set the disassembly style."),
                       _("Show the disassembly style."),
                       helptext,
-                      NULL, /* PRINT: The disassembly style is \"%s\".  */
+                      NULL, /* FIXME: i18n: The disassembly style is \"%s\".  */
                       set_disassembly_style_sfunc, NULL,
                       &setarmcmdlist, &showarmcmdlist);
 
@@ -2892,7 +2892,7 @@ _initialize_arm_tdep (void)
                           _("Set usage of ARM 32-bit mode."),
                           _("Show usage of ARM 32-bit mode."),
                           _("When off, a 26-bit PC will be used."),
-                          NULL, /* PRINT: "Usage of ARM 32-bit mode is %s.  */
+                          NULL, /* FIXME: i18n: Usage of ARM 32-bit mode is %s.  */
                           NULL, NULL,
                           &setarmcmdlist, &showarmcmdlist);
 
@@ -2905,7 +2905,7 @@ softfpa - Software FP, mixed-endian doubles on little-endian ARMs.\n\
 fpa - FPA co-processor (GCC compiled).\n\
 softvfp - Software FP with pure-endian doubles.\n\
 vfp - VFP co-processor."),
-                       NULL, /* PRINT: "The floating point type is \"%s\".  */
+                       NULL, /* FIXME: i18n: "The floating point type is \"%s\".  */
                        set_fp_model_sfunc, show_fp_model,
                        &setarmcmdlist, &showarmcmdlist);
 
@@ -2914,7 +2914,7 @@ vfp - VFP co-processor."),
                           _("Set ARM debugging."),
                           _("Show ARM debugging."),
                           _("When on, arm-specific debugging is enabled."),
-                          NULL, /* PRINT: "ARM debugging is %s.  */
+                          NULL, /* FIXME: i18n: "ARM debugging is %s.  */
                           NULL, NULL,
                           &setdebuglist, &showdebuglist);
 }
This page took 0.024726 seconds and 4 git commands to generate.