ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro when no
authorKen Raeburn <raeburn@cygnus>
Thu, 8 Jul 1993 20:27:13 +0000 (20:27 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 8 Jul 1993 20:27:13 +0000 (20:27 +0000)
commit9b0da7f46864f9fb1eea8317f28823be2bddfaea
tree62dda2e1e76d50a98a3b60ce7989f29c44672b5f
parent5af8e9d6a1fe0e53d896e7c700abc910c481594c
ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro when no
prototype is being supplied.
(ldmalloc, ldrealloc): Size argument is now size_t.

ldmisc.c (finfo): New function, accepts FILE* argument.
(vfinfo, case 'v'): New format character; displays bfd_vma in hex without
leading zeros.
(vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a bfd_vma value,
instead of fprintf(%x) which won't hold a long long value.
(concat, buystring): String lengths are size_t.
(ldmalloc, ldrealloc, xrealloc): Size argument is now size_t.
ld/ldmisc.c