Approved by nickc@redhat.com:
[deliverable/binutils-gdb.git] / gdb / auxv.c
index a2516b685286c71f83fc2c3c78b9e2452b3cbad7..d09fc38b77600b6aba1358887526612c6d52277c 100644 (file)
@@ -202,50 +202,50 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
        {
 #define TAG(tag, text, kind) \
        case tag: name = #tag; description = text; flavor = kind; break
-         TAG (AT_NULL, "End of vector", hex);
-         TAG (AT_IGNORE, "Entry should be ignored", hex);
-         TAG (AT_EXECFD, "File descriptor of program", dec);
-         TAG (AT_PHDR, "Program headers for program", hex);
-         TAG (AT_PHENT, "Size of program header entry", dec);
-         TAG (AT_PHNUM, "Number of program headers", dec);
-         TAG (AT_PAGESZ, "System page size", dec);
-         TAG (AT_BASE, "Base address of interpreter", hex);
-         TAG (AT_FLAGS, "Flags", hex);
-         TAG (AT_ENTRY, "Entry point of program", hex);
-         TAG (AT_NOTELF, "Program is not ELF", dec);
-         TAG (AT_UID, "Real user ID", dec);
-         TAG (AT_EUID, "Effective user ID", dec);
-         TAG (AT_GID, "Real group ID", dec);
-         TAG (AT_EGID, "Effective group ID", dec);
-         TAG (AT_CLKTCK, "Frequency of times()", dec);
-         TAG (AT_PLATFORM, "String identifying platform", str);
-         TAG (AT_HWCAP, "Machine-dependent CPU capability hints", hex);
-         TAG (AT_FPUCW, "Used FPU control word", dec);
-         TAG (AT_DCACHEBSIZE, "Data cache block size", dec);
-         TAG (AT_ICACHEBSIZE, "Instruction cache block size", dec);
-         TAG (AT_UCACHEBSIZE, "Unified cache block size", dec);
-         TAG (AT_IGNOREPPC, "Entry should be ignored", dec);
-         TAG (AT_SYSINFO, "Special system info/entry points", hex);
-         TAG (AT_SYSINFO_EHDR, "System-supplied DSO's ELF header", hex);
-         TAG (AT_SECURE, "Boolean, was exec setuid-like?", dec);
-         TAG (AT_SUN_UID, "Effective user ID", dec);
-         TAG (AT_SUN_RUID, "Real user ID", dec);
-         TAG (AT_SUN_GID, "Effective group ID", dec);
-         TAG (AT_SUN_RGID, "Real group ID", dec);
-         TAG (AT_SUN_LDELF, "Dynamic linker's ELF header", hex);
-         TAG (AT_SUN_LDSHDR, "Dynamic linker's section headers", hex);
-         TAG (AT_SUN_LDNAME, "String giving name of dynamic linker", str);
-         TAG (AT_SUN_LPAGESZ, "Large pagesize", dec);
-         TAG (AT_SUN_PLATFORM, "Platform name string", str);
-         TAG (AT_SUN_HWCAP, "Machine-dependent CPU capability hints", hex);
-         TAG (AT_SUN_IFLUSH, "Should flush icache?", dec);
-         TAG (AT_SUN_CPU, "CPU name string", str);
-         TAG (AT_SUN_EMUL_ENTRY, "COFF entry point address", hex);
-         TAG (AT_SUN_EMUL_EXECFD, "COFF executable file descriptor", dec);
+         TAG (AT_NULL, _("End of vector"), hex);
+         TAG (AT_IGNORE, _("Entry should be ignored"), hex);
+         TAG (AT_EXECFD, _("File descriptor of program"), dec);
+         TAG (AT_PHDR, _("Program headers for program"), hex);
+         TAG (AT_PHENT, _("Size of program header entry"), dec);
+         TAG (AT_PHNUM, _("Number of program headers"), dec);
+         TAG (AT_PAGESZ, _("System page size"), dec);
+         TAG (AT_BASE, _("Base address of interpreter"), hex);
+         TAG (AT_FLAGS, _("Flags"), hex);
+         TAG (AT_ENTRY, _("Entry point of program"), hex);
+         TAG (AT_NOTELF, _("Program is not ELF"), dec);
+         TAG (AT_UID, _("Real user ID"), dec);
+         TAG (AT_EUID, _("Effective user ID"), dec);
+         TAG (AT_GID, _("Real group ID"), dec);
+         TAG (AT_EGID, _("Effective group ID"), dec);
+         TAG (AT_CLKTCK, _("Frequency of times()"), dec);
+         TAG (AT_PLATFORM, _("String identifying platform"), str);
+         TAG (AT_HWCAP, _("Machine-dependent CPU capability hints"), hex);
+         TAG (AT_FPUCW, _("Used FPU control word"), dec);
+         TAG (AT_DCACHEBSIZE, _("Data cache block size"), dec);
+         TAG (AT_ICACHEBSIZE, _("Instruction cache block size"), dec);
+         TAG (AT_UCACHEBSIZE, _("Unified cache block size"), dec);
+         TAG (AT_IGNOREPPC, _("Entry should be ignored"), dec);
+         TAG (AT_SYSINFO, _("Special system info/entry points"), hex);
+         TAG (AT_SYSINFO_EHDR, _("System-supplied DSO's ELF header"), hex);
+         TAG (AT_SECURE, _("Boolean, was exec setuid-like?"), dec);
+         TAG (AT_SUN_UID, _("Effective user ID"), dec);
+         TAG (AT_SUN_RUID, _("Real user ID"), dec);
+         TAG (AT_SUN_GID, _("Effective group ID"), dec);
+         TAG (AT_SUN_RGID, _("Real group ID"), dec);
+         TAG (AT_SUN_LDELF, _("Dynamic linker's ELF header"), hex);
+         TAG (AT_SUN_LDSHDR, _("Dynamic linker's section headers"), hex);
+         TAG (AT_SUN_LDNAME, _("String giving name of dynamic linker"), str);
+         TAG (AT_SUN_LPAGESZ, _("Large pagesize"), dec);
+         TAG (AT_SUN_PLATFORM, _("Platform name string"), str);
+         TAG (AT_SUN_HWCAP, _("Machine-dependent CPU capability hints"), hex);
+         TAG (AT_SUN_IFLUSH, _("Should flush icache?"), dec);
+         TAG (AT_SUN_CPU, _("CPU name string"), str);
+         TAG (AT_SUN_EMUL_ENTRY, _("COFF entry point address"), hex);
+         TAG (AT_SUN_EMUL_EXECFD, _("COFF executable file descriptor"), dec);
          TAG (AT_SUN_EXECNAME,
-              "Canonicalized file name given to execve", str);
-         TAG (AT_SUN_MMU, "String for name of MMU module", str);
-         TAG (AT_SUN_LDDATA, "Dynamic linker's data segment address", hex);
+              _("Canonicalized file name given to execve"), str);
+         TAG (AT_SUN_MMU, _("String for name of MMU module"), str);
+         TAG (AT_SUN_LDDATA, _("Dynamic linker's data segment address"), hex);
        }
 
       fprintf_filtered (file, "%-4s %-20s %-30s ",
@@ -277,14 +277,14 @@ static void
 info_auxv_command (char *cmd, int from_tty)
 {
   if (! target_has_stack)
-    error ("The program has no auxiliary information now.");
+    error (_("The program has no auxiliary information now."));
   else
     {
       int ents = fprint_target_auxv (gdb_stdout, &current_target);
       if (ents < 0)
-       error ("No auxiliary vector found, or failed reading it.");
+       error (_("No auxiliary vector found, or failed reading it."));
       else if (ents == 0)
-       error ("Auxiliary vector is empty.");
+       error (_("Auxiliary vector is empty."));
     }
 }
 
@@ -295,6 +295,6 @@ void
 _initialize_auxv (void)
 {
   add_info ("auxv", info_auxv_command,
-           "Display the inferior's auxiliary vector.\n\
-This is information provided by the operating system at program startup.");
+           _("Display the inferior's auxiliary vector.\n\
+This is information provided by the operating system at program startup."));
 }
This page took 0.027671 seconds and 4 git commands to generate.