to allow compilation for all targets.
+2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
+
+ * coffdump.c (dump_coff_scope): Use double typecast for pointer P
+ to allow compilation for all targets.
+
2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
* dwarf.c (process_debug_info): Use offset_size to determine
if (p)
{
tab (1);
- printf ("List of blocks %lx ",(unsigned long) p);
+ printf ("List of blocks %" BFD_VMA_FMT "x ",(bfd_vma) (uintptr_t) p);
if (p->sec)
printf( " %s %x..%x", p->sec->name,p->offset, p->offset + p->size -1);