diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-06-08 10:10:56 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-06-08 10:10:56 -0700 |
commit | 010bc3ce6c651455e3a27c0857021c228780523c (patch) | |
tree | 7b30530eabbcf288ae4b58f6463bb08e5eb44037 /ld/ChangeLog | |
parent | 1f26b7ae3367e144a9dd028fd672039c0a3d6845 (diff) | |
download | gdb-010bc3ce6c651455e3a27c0857021c228780523c.zip gdb-010bc3ce6c651455e3a27c0857021c228780523c.tar.gz gdb-010bc3ce6c651455e3a27c0857021c228780523c.tar.bz2 |
Support any relocation order
* testsuite/ld-x86-64/no-plt-1a.rd: Support any relocation order.
* testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
* testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
* testsuite/ld-x86-64/no-plt-1d.rd: Likewise.
* testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
* testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
* testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
* testsuite/ld-x86-64/no-plt.exp: Fix a typo.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ecff731..f73c01e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,16 @@ 2016-06-08 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/ld-x86-64/no-plt-1a.rd: Support any relocation order. + * testsuite/ld-x86-64/no-plt-1b.rd: Likewise. + * testsuite/ld-x86-64/no-plt-1c.rd: Likewise. + * testsuite/ld-x86-64/no-plt-1d.rd: Likewise. + * testsuite/ld-x86-64/no-plt-1e.rd: Likewise. + * testsuite/ld-x86-64/no-plt-1f.rd: Likewise. + * testsuite/ld-x86-64/no-plt-1g.rd: Likewise. + * testsuite/ld-x86-64/no-plt.exp: Fix a typo. + +2016-06-08 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/ld-x86-64/libno-plt-1b.dd: Likewise. * testsuite/ld-x86-64/libno-plt-1b.rd: Likewise. * testsuite/ld-x86-64/no-plt-1a.dd: Likewise. |