From 290a25dc2da6f1069f53a063ba8167bd9baf7f9c Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 29 Jun 2020 10:04:11 +0930 Subject: [PATCH] x86_64 k1om tests On x86_64-nacl we currently see FAIL: Absolute non-overflowing relocs FAIL: ld-x86-64/protected2-k1om FAIL: ld-x86-64/protected3-k1om This limits the tests as per the l1om variants. * testsuite/ld-x86-64/abs-k1om.d: Run only on x86_64-*-linux*. * testsuite/ld-x86-64/protected2-k1om.d: Likewise. * testsuite/ld-x86-64/protected3-k1om.d: Likewise. --- ld/ChangeLog | 6 ++++++ ld/testsuite/ld-x86-64/abs-k1om.d | 1 + ld/testsuite/ld-x86-64/protected2-k1om.d | 1 + ld/testsuite/ld-x86-64/protected3-k1om.d | 1 + 4 files changed, 9 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 4cf120413e..0a07057e54 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2020-06-29 Alan Modra + + * testsuite/ld-x86-64/abs-k1om.d: Run only on x86_64-*-linux*. + * testsuite/ld-x86-64/protected2-k1om.d: Likewise. + * testsuite/ld-x86-64/protected3-k1om.d: Likewise. + 2020-06-26 Nick Alcock * configure.ac [--enable-libctf]: New, default yes. diff --git a/ld/testsuite/ld-x86-64/abs-k1om.d b/ld/testsuite/ld-x86-64/abs-k1om.d index 6b0fde0eed..ec7664c49f 100644 --- a/ld/testsuite/ld-x86-64/abs-k1om.d +++ b/ld/testsuite/ld-x86-64/abs-k1om.d @@ -4,6 +4,7 @@ #as: --64 -march=k1om #ld: -m elf_k1om -z noseparate-code #objdump: -rs -j .text +#target: x86_64-*-linux* .*: file format .* diff --git a/ld/testsuite/ld-x86-64/protected2-k1om.d b/ld/testsuite/ld-x86-64/protected2-k1om.d index 4e035991a2..560f00e81d 100644 --- a/ld/testsuite/ld-x86-64/protected2-k1om.d +++ b/ld/testsuite/ld-x86-64/protected2-k1om.d @@ -2,6 +2,7 @@ #as: --64 -march=k1om #ld: -shared -melf_k1om #objdump: -drw +#target: x86_64-*-linux* .*: +file format .* diff --git a/ld/testsuite/ld-x86-64/protected3-k1om.d b/ld/testsuite/ld-x86-64/protected3-k1om.d index 36d6656c7f..68db8c5718 100644 --- a/ld/testsuite/ld-x86-64/protected3-k1om.d +++ b/ld/testsuite/ld-x86-64/protected3-k1om.d @@ -2,6 +2,7 @@ #as: --64 -march=k1om #ld: -shared -melf_k1om #readelf: -h +#target: x86_64-*-linux* ELF Header: Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 -- 2.34.1