diff options
author | Cary Coutant <ccoutant@google.com> | 2008-09-29 21:23:02 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2008-09-29 21:23:02 +0000 |
commit | fbd8a2572efc74ed0951e6b33b151bc13015e772 (patch) | |
tree | 6d2d573d901db9e7c01a7c102e691c04a4c0f414 /gold/ChangeLog | |
parent | eff458138e2978ee9a3aef4ebee40d53da11e764 (diff) | |
download | binutils-fbd8a2572efc74ed0951e6b33b151bc13015e772.zip binutils-fbd8a2572efc74ed0951e6b33b151bc13015e772.tar.gz binutils-fbd8a2572efc74ed0951e6b33b151bc13015e772.tar.bz2 |
* archive.cc (Archive::get_file_and_offset): Use filename instead
of name to get library path.
(Archive::include_member): Unlock external member of a thin archive.
* testsuite/Makefile.am (TEST_AR): New variable.
(thin_archive_test_1): New test.
(thin_archive_test_2): New test.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index ff9dd44..54bbfb3 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,15 @@ 2008-09-29 Cary Coutant <ccoutant@google.com> + * archive.cc (Archive::get_file_and_offset): Use filename instead + of name to get library path. + (Archive::include_member): Unlock external member of a thin archive. + + * testsuite/Makefile.am (TEST_AR): New variable. + (thin_archive_test_1): New test. + (thin_archive_test_2): New test. + +2008-09-29 Cary Coutant <ccoutant@google.com> + * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL. * object.cc (Sized_relobj::do_layout): Use constant invalid_address instead of -1U. |