Installed latest Danish translation.
[deliverable/binutils-gdb.git] / binutils / rddbg.c
index 2e0fd67ecc79f4b8bb157f2afcc3201dbe4f5741..2f6ec6e3ea1b924aca63da7012cb8cb390767829 100644 (file)
@@ -193,9 +193,9 @@ read_section_stabs_debugging_info (abfd, syms, symcount, dhandle, pfound)
 
                  if (stroff + strx > strsize)
                    {
-                     fprintf (stderr, "%s: %s: stab entry %d is corrupt, strx = 0x%x, type = %d\n",
+                     fprintf (stderr, "%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n",
                               bfd_get_filename (abfd), names[i].secname,
-                              (stab - stabs) / 12, strx, type);
+                              (long) (stab - stabs) / 12, strx, type);
                      continue;
                    }
 
This page took 0.02296 seconds and 4 git commands to generate.