Silence gcc printf warnings
[deliverable/binutils-gdb.git] / bfd / ecoff.c
index 9b2a1c933dec93f121d73dde96a2c79cf96a3700..a31bdb96b076c295719d7f39762736e4c47d12c3 100644 (file)
@@ -1038,7 +1038,7 @@ ecoff_emit_aggregate (bfd *abfd,
   sprintf (string,
           "%s %s { ifd = %u, index = %lu }",
           which, name, ifd,
-          ((long) indx
+          ((unsigned long) indx
            + debug_info->symbolic_header.iextMax));
 }
 
This page took 0.032511 seconds and 4 git commands to generate.