From: Cary Coutant Date: Tue, 21 Jul 2015 19:50:45 +0000 (-0700) Subject: Fix typo in PR number. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8c6c5ef99ef8f07fcea1c777d5084dc6f7232e5;p=binutils-gdb.git Fix typo in PR number. Fix internal error when linking an archive library with no preceding objects. gold/ PR gold/18698 * archive.cc (Library_base::should_include_member): Don't use entry point for relocatable links, or if target is not yet valid. * parameters.cc (Parameters::entry): Check target_valid(). --- diff --git a/gold/ChangeLog b/gold/ChangeLog index b7f0a33500b..7fdc7bf5c88 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,6 +1,6 @@ 2015-07-21 Cary Coutant - PR gold/18696 + PR gold/18698 * archive.cc (Library_base::should_include_member): Don't use entry point for relocatable links, or if target is not yet valid. * parameters.cc (Parameters::entry): Check target_valid().