+2020-08-25 Alan Modra <amodra@gmail.com>
+
+ * testsuite/ld-libs/libs.exp: Don't run on sh-pe, tic30 or tic54x.
+ * testsuite/ld-scripts/data.d: xfail tic4x and tic54x.
+ * testsuite/ld-scripts/empty-address-2a.d: xfail tic54x.
+ * testsuite/ld-scripts/empty-address-2b.d: Likewise.
+ * testsuite/ld-scripts/include-1.d: xfail tic4x and tic54x.
+ * testsuite/ld-scripts/provide-1.d: xfail tic54x.
+ * testsuite/ld-scripts/provide-2.d: Likewise.
+ * testsuite/ld-scripts/provide-4.d: Likewise.
+
2020-08-24 Alan Modra <amodra@gmail.com>
* testsuite/ld-sparc/tlssunbin32.rd: Update for new readelf output.
# MA 02110-1301, USA.
#
+if { [istarget sh*-*-pe]
+ || [istarget tic30-*-*]
+ || [istarget tic54x-*-*] } {
+ # These all complain about a zero vma .text and other sections
+ return
+}
+
file mkdir tmpdir/libtmp
# Check that -l: works. The first "test" just creates an object file
#source: empty-address-2.s
#ld: -Ttext 0x0000000 -Tdata 0x200 -T empty-address-2a.t
#nm: -n
-#xfail: frv-*-*linux* riscv64-*-*
+#xfail: frv-*-*linux* riscv64-*-* tic54x-*-*
#...
0+0 T _start
#...
#source: empty-address-2.s
#ld: -Ttext 0x0000000 -Tdata 0x200 -T empty-address-2b.t
#nm: -n
-#xfail: frv-*-*linux* riscv64-*-*
+#xfail: frv-*-*linux* riscv64-*-* tic54x-*-*
#...
0+0 T _start
#...