Yaakov Selkowitz: fixes for in-tree libiconv
[deliverable/binutils-gdb.git] / binutils / readelf.c
index a9b9f2dbbd2023ab6d58473a95643597503cc705..6298f1e29d8a298010078a7d1b23a9a0a5fa1519 100644 (file)
@@ -14467,7 +14467,7 @@ process_mips_specific (FILE * file)
              len = sizeof (* eopt);
              while (len < option->size)
                {
-                 char datum = * ((char *) eopt + offset + len);
+                 unsigned char datum = * ((unsigned char *) eopt + offset + len);
 
                  if (ISPRINT (datum))
                    printf ("%c", datum);
This page took 0.040208 seconds and 4 git commands to generate.