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().
This commit is contained in:
Cary Coutant 2015-07-21 12:50:45 -07:00
parent cb5cf5e26e
commit b8c6c5ef99
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
2015-07-21 Cary Coutant <ccoutant@gmail.com>
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().