From: Ian Lance Taylor Date: Mon, 3 Jan 1994 22:42:12 +0000 (+0000) Subject: * bfd-in.h, hash.c: Change bfd_hash_allocate argument from size_t X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85d739444cade1d85f8bfa0e3524e6a2fb3d9f4f;p=binutils-gdb.git * bfd-in.h, hash.c: Change bfd_hash_allocate argument from size_t to unsigned int, because size_t may not be defined in bfd.h. * bfd-in2.h: Rebuilt. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9e796c1715b..6cb1fb0eab7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,10 @@ Mon Jan 3 13:05:08 1994 Stan Shebs (shebs@andros.cygnus.com) Mon Jan 3 11:41:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * bfd-in.h, hash.c: Change bfd_hash_allocate argument from size_t + to unsigned int, because size_t may not be defined in bfd.h. + * bfd-in2.h: Rebuilt. + * bfd-in.h (bfd_get{b,l}[_signed_]{16,32,64}): Declare argument to be a const pointer. * bfd-in2.h: Rebuilt.