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)
    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

index b7f0a33..7fdc7bf 100644 (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().