diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-02-09 05:33:19 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-02-09 05:36:02 -0800 |
commit | e051a5b512a282642030720c69b5b4f9a85314ea (patch) | |
tree | 44a9abee519b4fa9844001c8d06cbd51cf7df187 /gold/ChangeLog | |
parent | 5c3696f89f878a438c42b342a2f4bc004eed95e0 (diff) | |
download | gdb-e051a5b512a282642030720c69b5b4f9a85314ea.zip gdb-e051a5b512a282642030720c69b5b4f9a85314ea.tar.gz gdb-e051a5b512a282642030720c69b5b4f9a85314ea.tar.bz2 |
Replace two_file_shared_2.so with two_file_shared_1.so
There are
two_file_shared_2_pic_1_test_LDADD = two_file_test_2_pic.o two_file_shared_1.so
There should be two_file_shared_1.so, not two_file_shared_2.so in
two_file_shared_2_pic_1_test_DEPENDENCIES.
* testsuite/Makefile.am (two_file_shared_2_pic_1_test_DEPENDENCIES):
Replace two_file_shared_2.so with two_file_shared_1.so.
* testsuite/Makefile.in: Regenerated.
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 c920592..87900ad 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2015-02-09 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/Makefile.am (two_file_shared_2_pic_1_test_DEPENDENCIES): + Replace two_file_shared_2.so with two_file_shared_1.so. + * testsuite/Makefile.in: Regenerated. + 2015-02-09 Alan Modra <amodra@gmail.com> * testsuite/Makefile.am (MOSTLYCLEANFILES): Add libweak_undef_2.a, |