Fix build with -DDEBUG=7
[deliverable/binutils-gdb.git] / bfd / elf32-xtensa.c
index f9ecde5fa80e88ff19bc16bd5103e5ba7be4f0e0..6cd396a6bcbbc160aad42c4ef59111426d7593f7 100644 (file)
@@ -5710,7 +5710,7 @@ print_action_list (FILE *fp, text_action_list *action_list)
 
       fprintf (fp, "%s: %s[0x%lx] \"%s\" %d\n",
               r->sec->owner->filename,
-              r->sec->name, r->offset, t, r->removed_bytes);
+              r->sec->name, (unsigned long) r->offset, t, r->removed_bytes);
     }
 }
 
This page took 0.024005 seconds and 4 git commands to generate.