diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-04-19 19:43:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-04-19 19:43:13 +0000 |
commit | 7bc3e21a1e8501f527ea4b9943ac4715c3c40098 (patch) | |
tree | 9460dfc550e57bd2ab433ab640213a57aedb6c25 /gold/ChangeLog | |
parent | 7fcd3aa988f19435a3aaf7b4ff25f87ef8fd81cd (diff) | |
download | binutils-7bc3e21a1e8501f527ea4b9943ac4715c3c40098.zip binutils-7bc3e21a1e8501f527ea4b9943ac4715c3c40098.tar.gz binutils-7bc3e21a1e8501f527ea4b9943ac4715c3c40098.tar.bz2 |
* testsuite/Makefile.am (many_sections_r_test): New target.
(many_sections_r_test_SOURCES): Remove.
(many_sections_r_test_DEPENDENCIES): Remove.
(many_sections_r_test_LDFLAGS): Remove.
(many_sections_r_test_LDADD): Remove.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index aca6c8e..c272076 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,11 @@ 2008-04-19 Ian Lance Taylor <iant@google.com> + * testsuite/Makefile.am (many_sections_r_test): New target. + (many_sections_r_test_SOURCES): Remove. + (many_sections_r_test_DEPENDENCIES): Remove. + (many_sections_r_test_LDFLAGS): Remove. + (many_sections_r_test_LDADD): Remove. + * object.cc (Sized_relobj::do_add_symbols): Always pass local_symbol_count_ to add_from_relobj. |