Fix typo in PR number.
authorCary Coutant <ccoutant@gmail.com>
Tue, 21 Jul 2015 19:50:45 +0000 (12:50 -0700)
committerCary Coutant <ccoutant@gmail.com>
Tue, 21 Jul 2015 19:50:45 +0000 (12:50 -0700)
commitb8c6c5ef99ef8f07fcea1c777d5084dc6f7232e5
treeca1018b95b021ef0361fb57c02ebbebdb867d5d7
parentcb5cf5e26ea2e42937a2ce1b662e61e4772ba6f9
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().
gold/ChangeLog