diff options
author | Will Newton <will.newton@linaro.org> | 2013-12-10 22:02:05 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2013-12-11 21:05:36 +0000 |
commit | d3b76a45a940dfc962938cf1092a18c751087a5c (patch) | |
tree | ac6a3d1c35c407e8b0ffcfff05aeb871f3c8676f /ld/testsuite/ChangeLog | |
parent | 2b8c06a34c0ad84682800d62f5620722039b1108 (diff) | |
download | binutils-gdb-d3b76a45a940dfc962938cf1092a18c751087a5c.tar.gz |
ld/testsuite/ld-aarch64: Fixup IFUNC tests to work on all targets
Make the ifunc-21 and ifunc-22 tests more generic to support
aarch64_be and ELF targets.
ld/testsuite/ChangeLog:
2013-12-11 Will Newton <will.newton@linaro.org>
* ld-aarch64/ifunc-21.d: Make test more generic to support
aarch64_be and ELF targets.
* ld-aarch64/ifunc-22.d: Likewise.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index d00d1704f2b..2f64fce2b54 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2013-12-11 Will Newton <will.newton@linaro.org> + + * ld-aarch64/ifunc-21.d: Make test more generic to support + aarch64_be and ELF targets. + * ld-aarch64/ifunc-22.d: Likewise. + 2013-12-11 H.J. Lu <hongjiu.lu@intel.com> * ld-elf/shared.exp (build_tests): Add libneeded2a.so, |