From: Ian Lance Taylor Date: Fri, 3 Nov 1995 04:17:36 +0000 (+0000) Subject: * linker.c (_bfd_generic_link_add_one_symbol): Correct type of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68aed7db3bdbfe5e3d186cde2a2471b3024df592;p=binutils-gdb.git * linker.c (_bfd_generic_link_add_one_symbol): Correct type of oldtype from bfd_link_order_type to bfd_link_hash_type. From phdm@info.ucl.ac.be (Philippe De Muyter). --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 489df63d6f2..ddec123ed31 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 2 23:16:39 1995 Ian Lance Taylor + + * linker.c (_bfd_generic_link_add_one_symbol): Correct type of + oldtype from bfd_link_order_type to bfd_link_hash_type. From + phdm@info.ucl.ac.be (Philippe De Muyter). + Wed Nov 1 14:26:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 * coff-m88k.c (rtype2howto): New static function.