diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-02-16 08:56:25 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-02-16 08:56:43 -0800 |
commit | 760b28930013fc479fece0007b3db79ade49155c (patch) | |
tree | b21024313db897ab82808ab8737eec1a2c4cc544 /ld/ChangeLog | |
parent | fd90ace4c1e77c94e90d2942cebe84e9a2019c0f (diff) | |
download | gdb-760b28930013fc479fece0007b3db79ade49155c.zip gdb-760b28930013fc479fece0007b3db79ade49155c.tar.gz gdb-760b28930013fc479fece0007b3db79ade49155c.tar.bz2 |
i386.exp: Add -z noseparate-code
These tests fail due to one extra PT_LOAD segment with -z separate-code.
* testsuite/ld-i386/i386.exp: Add -z noseparate-code.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0e6c4bd..f6fda30 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2018-02-16 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/ld-i386/i386.exp: Add -z noseparate-code. + +2018-02-16 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/ld-elf/pr19162.d: Add -z noseparate-code. * testsuite/ld-elf/textaddr1.d: Likewise. * testsuite/ld-elf/textaddr2.d: Likewise. |