Fix up warnings from gcc -Wall:
authorIan Lance Taylor <ian@airs.com>
Mon, 25 Oct 1993 21:22:33 +0000 (21:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 25 Oct 1993 21:22:33 +0000 (21:22 +0000)
commit56775366f363387240c363e08a1ef47806e34ee8
tree15a1223d41f361bc7c0dca0939752d0bdfbc9785
parenta6e0dae9c3decfe89c70f020c048bc132bfa54a2
Fix up warnings from gcc -Wall:
* coffgen.c (coff_print_symbol): Use %lx and cast n_value to
unsigned long.  Use %ld for tagndx.  Use %lx for offset + vma and
cast it to unsigned long.
* ecoff.c (ecoff_emit_aggregate): Use %ld.
(ecoff_print_symbol): Use %ld, and cast indx and sym_base to long.
* coffcode.h (dummy_reloc16_estimate): Specify return type.
bfd/ChangeLog
bfd/coffcode.h