Re: Use is_xcoff_format in ld testsuite
authorAlan Modra <amodra@gmail.com>
Tue, 7 Jul 2020 12:23:03 +0000 (21:53 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 7 Jul 2020 12:27:13 +0000 (21:57 +0930)
git commit 7193487fa8 took h8300 out of the notarget list, resulting in
h8300-elf  +FAIL: ld-scripts/section-match-1
h8300-linux  +FAIL: ld-scripts/section-match-1

* testsuite/ld-scripts/section-match-1.d: xfail h8300.

ld/ChangeLog
ld/testsuite/ld-scripts/section-match-1.d

index 655932f207b16f57d18d42255ddcc17d19a78512..ed32ce2bd60198ef9e0d4a9af0a5c35ec14027bf 100644 (file)
@@ -1,3 +1,7 @@
+2020-07-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-scripts/section-match-1.d: xfail h8300.
+
 2020-07-07  Alan Modra  <amodra@gmail.com>
 
        * testsuite/ld-scripts/align.exp: Don't exclude xcoff.  Pass
index 4ee530b4086b9e49678ea9f63cbfcacb93b32b24..09a00c2d13f24cd4a1cc3fe5297341ac446e73e4 100644 (file)
@@ -1,10 +1,11 @@
 #source: section-match-1.s
 #ld: -T section-match-1.t
 #objdump: -s
-#target: [is_elf_format]
 # This test uses arbitrary section names, which are not supported by some
 # file formats.  Also these section names must be present in the
 # output, not translated into some other name, eg .text
+#target: [is_elf_format]
+#xfail: h8300-*-*
 
 .*:     file format .*
 
This page took 0.025772 seconds and 4 git commands to generate.