Re: elf: Allow mixed ordered/unordered inputs for non-relocatable link
authorAlan Modra <amodra@gmail.com>
Tue, 5 Jan 2021 05:13:37 +0000 (15:43 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 5 Jan 2021 05:17:06 +0000 (15:47 +1030)
PR ld/26256
* testsuite/ld-elf/pr26256-1b.d: xfail s12z.
* testsuite/ld-scripts/crossref.exp (cross1): Don't xfail ia64.

ld/ChangeLog
ld/testsuite/ld-elf/pr26256-1b.d
ld/testsuite/ld-scripts/crossref.exp

index 1fe689a3cf0c677e73012eabc981f89deb981806..5fa56778f4f7d093c92dbcb4378f839d63db03bb 100644 (file)
@@ -1,3 +1,9 @@
+2021-01-05  Alan Modra  <amodra@gmail.com>
+
+       PR ld/26256
+       * testsuite/ld-elf/pr26256-1b.d: xfail s12z.
+       * testsuite/ld-scripts/crossref.exp (cross1): Don't xfail ia64.
+
 2021-01-04  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/26256
index 760c6d82e7b7a464bb75a46ac8a00335b58a33fd..c5652b1dbc97b4991efbbd9a6e236fae2425b158 100644 (file)
@@ -1,6 +1,8 @@
 #source: pr26256-1.s
 #ld: -e _start
 #nm: -n
+# s12z uses memory regions
+#xfail: s12z-*-*
 
 #...
 [0-9a-f]+ T _start
index f6895397d6ac5b7889c3a9c4f65728b564e3ccef..c7f20b1e5c3d5822e5aa0507dd08a9fde105b7a1 100644 (file)
@@ -79,9 +79,6 @@ if [istarget arc*-*-elf32] {
     set flags "$flags --defsym=__SDATA_BEGIN__=0"
 }
 
-# IA64 has both ordered and unordered sections in an input file.
-setup_xfail ia64-*-*
-
 set exec_output [run_host_cmd "$ld" "$flags -o tmpdir/cross1 -T $srcdir/$subdir/cross1.t tmpdir/cross1.o tmpdir/cross2.o"]
 
 set exec_output [prune_warnings $exec_output]