diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-05-19 08:36:06 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-05-19 08:45:24 -0700 |
commit | 92f7d783c1038841beacaba28a5f5d740a5ccad6 (patch) | |
tree | 811409c5c2daf0583d5d15309767f40630e01713 /ld/testsuite/ld-x86-64/x86-64.exp | |
parent | ae0264a6474d777650d65da261732748126f0190 (diff) | |
download | binutils-92f7d783c1038841beacaba28a5f5d740a5ccad6.zip binutils-92f7d783c1038841beacaba28a5f5d740a5ccad6.tar.gz binutils-92f7d783c1038841beacaba28a5f5d740a5ccad6.tar.bz2 |
x86: Add GC testcases with property sections
Verify that debug section is removed by garbage collection when there
is a .note.gnu.property section.
* testsuite/ld-i386/i386.exp: Run property-x86-4a and
property-x86-4b.
* testsuite/ld-x86-64/x86-64.exp: Likewise.
* testsuite/ld-i386/property-x86-4a.d: New file.
* testsuite/ld-i386/property-x86-4a.s: Likewise.
* testsuite/ld-i386/property-x86-4b.d: Likewise.
* testsuite/ld-i386/property-x86-4b.s: Likewise.
* testsuite/ld-x86-64/property-x86-4a.d: Likewise.
* testsuite/ld-x86-64/property-x86-4a.s: Likewise.
* testsuite/ld-x86-64/property-x86-4b.d: Likewise.
* testsuite/ld-x86-64/property-x86-4b.s: Likewise.
Diffstat (limited to 'ld/testsuite/ld-x86-64/x86-64.exp')
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index e7f7326..ebb55f3 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -330,6 +330,8 @@ run_dump_test "pr19969" run_dump_test "pr20093-1" run_dump_test "pr20093-2" run_dump_test "property-x86-3" +run_dump_test "property-x86-4a" +run_dump_test "property-x86-4b" if { ![istarget "x86_64-*-linux*"] && ![istarget "x86_64-*-nacl*"]} { return |