aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-03-07 09:03:24 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-03-07 09:03:24 -0800
commit23a4bd22c75862fdbaa5faef59b9094ec738f675 (patch)
treef954cf23727a9db98a42f428645c11631dd7a5ba /ld/ChangeLog
parente6c2f47b45315ba13f25fb57e51389d0c5ed0701 (diff)
downloadgdb-23a4bd22c75862fdbaa5faef59b9094ec738f675.zip
gdb-23a4bd22c75862fdbaa5faef59b9094ec738f675.tar.gz
gdb-23a4bd22c75862fdbaa5faef59b9094ec738f675.tar.bz2
Support --as-needed in i386/x86-64 tests
Since compiler may pass --as-needed to ld by default, link .o file before .so file in i386/x86-64 tests. PR ld/19774 * testsuite/ld-i386/i386.exp: Link tmpdir/pr18900.o before tmpdir/pr18900.so and test --as-needed. Link tmpdir/gotpc1.o before tmpdir/got1d.so and test --as-needed. * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr18900.o before tmpdir/pr18900.so and test --as-needed.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c42042c..26dbc30 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2016-03-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/19774
+ * testsuite/ld-i386/i386.exp: Link tmpdir/pr18900.o before
+ tmpdir/pr18900.so and test --as-needed. Link tmpdir/gotpc1.o
+ before tmpdir/got1d.so and test --as-needed.
+ * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr18900.o before
+ tmpdir/pr18900.so and test --as-needed.
+
2016-03-07 Jiong Wang <jiong.wang@arm.com>
* testsuite/ld-aarch64/implicit_got_section_1.s: New test source file.