Fix a bug in ld, where indirect symbols are not handled properly during
authordim <dim@FreeBSD.org>
Sat, 28 Sep 2013 23:03:40 +0000 (23:03 +0000)
committerdim <dim@FreeBSD.org>
Sat, 28 Sep 2013 23:03:40 +0000 (23:03 +0000)
commit7e9b42c4d312afe32b30e8c1e60ccd6a47158fe3
tree2a478a838353f08e6904939e428420812fb52ba1
parent797b9c8d73c61673ccff89e5a1134ae939515682
Fix a bug in ld, where indirect symbols are not handled properly during
linking of a shared library, leading to corrupt indexes in the dynamic
symbol table.  This should fix the multimedia/ffmpegthumbnailer port.

Approved by: re (kib)
Reported by: swills
MFC after: 2 weeks
contrib/binutils/bfd/elflink.c