diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-08-31 05:11:03 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-08-31 05:11:03 -0700 |
commit | 4bb3c591b258d12dd0f743e538b7214cbb92ebf7 (patch) | |
tree | d7e2b9910894cb83421536f25654b24178060e16 /ld/testsuite/ld-i386/i386.exp | |
parent | e9d644e8fb2e7fa2f61e4b978f75881d906e0dbc (diff) | |
download | gdb-4bb3c591b258d12dd0f743e538b7214cbb92ebf7.zip gdb-4bb3c591b258d12dd0f743e538b7214cbb92ebf7.tar.gz gdb-4bb3c591b258d12dd0f743e538b7214cbb92ebf7.tar.bz2 |
ld: Pass -z separate-code to ld for property-x86-4a tests
Pass -z separate-code to ld for property-x86-4a tests to generate
the expected .note.gnu.property section. Also run i386 tests for
x86_64-*-elf* targets.
* testsuite/ld-i386/i386.exp: Also run for x86_64-*-elf* targets.
* testsuite/ld-i386/property-x86-4a.d: Pass -z separate-code to
ld.
* testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise.
* testsuite/ld-x86-64/property-x86-4a.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-i386/i386.exp')
-rw-r--r-- | ld/testsuite/ld-i386/i386.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-i386/i386.exp b/ld/testsuite/ld-i386/i386.exp index 703c327..21f5593 100644 --- a/ld/testsuite/ld-i386/i386.exp +++ b/ld/testsuite/ld-i386/i386.exp @@ -109,6 +109,7 @@ if { !([istarget "i?86-*-elf*"] || [istarget "i?86-*-linux*"] || [istarget "i?86-*-gnu*"] || [istarget "i?86-*-nacl*"] + || [istarget "x86_64-*-elf*"] || [istarget "x86_64-*-nacl*"] || [istarget "x86_64-*-linux*"] || [istarget "amd64-*-linux*"]) } { |