aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2008-09-29 21:23:02 +0000
committerCary Coutant <ccoutant@google.com>2008-09-29 21:23:02 +0000
commitfbd8a2572efc74ed0951e6b33b151bc13015e772 (patch)
tree6d2d573d901db9e7c01a7c102e691c04a4c0f414 /gold/ChangeLog
parenteff458138e2978ee9a3aef4ebee40d53da11e764 (diff)
downloadbinutils-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/ChangeLog10
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.