diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-02-19 05:07:33 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-02-19 05:07:47 -0800 |
commit | f61f94ec1bf9cb3d32b38a90a1f5c2d58ececbfb (patch) | |
tree | 4b6704192a9e84346cd898b6ca7462c3a93102d5 /ld/ChangeLog | |
parent | e207bc53a407b274e0c771b781d73321b91612ce (diff) | |
download | gdb-f61f94ec1bf9cb3d32b38a90a1f5c2d58ececbfb.zip gdb-f61f94ec1bf9cb3d32b38a90a1f5c2d58ececbfb.tar.gz gdb-f61f94ec1bf9cb3d32b38a90a1f5c2d58ececbfb.tar.bz2 |
ld: Add -z separate-code tests to frame.exp
On x86, "-z separate-code" leads to assertion fail at bfd/elf.c:5917.
Alsp skip tests if -shared isn't supported.
PR ld/22845
* testsuite/ld-elf/frame.exp: Skip if -shared isn't supported.
Add tests for "-z noseparate-code" and "-z separate-code".
Remove unsupported -shared check.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2f022ec..6d9ccc5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2018-02-19 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/22845 + * testsuite/ld-elf/frame.exp: Skip if -shared isn't supported. + Add tests for "-z noseparate-code" and "-z separate-code". + Remove unsupported -shared check. + 2018-02-17 H.J. Lu <hongjiu.lu@intel.com> PR ld/22845 |