diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-03-08 08:43:12 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-03-08 08:45:04 -0800 |
commit | 205ac185771460838370afb3a38d20228927b925 (patch) | |
tree | ff9e458c0ab3a915b253c7aad96f358a1502fe3d /ld/ChangeLog | |
parent | 202ac193bbbecc96a4978d1ac3d17148253f9b01 (diff) | |
download | gdb-205ac185771460838370afb3a38d20228927b925.zip gdb-205ac185771460838370afb3a38d20228927b925.tar.gz gdb-205ac185771460838370afb3a38d20228927b925.tar.bz2 |
Support --as-needed in ifunc tests
Since compiler may pass --as-needed to ld by default, link .o file
before .so file in ifunc tests.
PR ld/19774
* testsuite/ld-ifunc/ifunc.exp: Link tmpdir/pr18808a.o before
tmpdir/libpr18808.so. Link tmpdir/pr18841a.o before
tmpdir/libpr18841b.so and tmpdir/libpr18841c.so. Test
--as-needed for pr18841c.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 26dbc30..960190f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2016-03-08 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/19774 + * testsuite/ld-ifunc/ifunc.exp: Link tmpdir/pr18808a.o before + tmpdir/libpr18808.so. Link tmpdir/pr18841a.o before + tmpdir/libpr18841b.so and tmpdir/libpr18841c.so. Test + --as-needed for pr18841c. + 2016-03-07 H.J. Lu <hongjiu.lu@intel.com> PR ld/19774 |