aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/testsuite/binutils-all/copy-2.d2
-rw-r--r--binutils/testsuite/binutils-all/copy-3.d2
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/testsuite/gas/all/gas.exp2
-rw-r--r--gas/testsuite/gas/all/weakref1u.d2
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/testsuite/ld-scripts/pr20302.d6
-rw-r--r--ld/testsuite/ld-scripts/section-match-1.d2
-rw-r--r--ld/testsuite/ld-undefined/require-defined.exp2
10 files changed, 24 insertions, 10 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ac54754..254a374 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2019-04-16 Alan Modra <amodra@gmail.com>
+
+ * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
+ * testsuite/binutils-all/copy-3.d: Likewise.
+
2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
* readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
diff --git a/binutils/testsuite/binutils-all/copy-2.d b/binutils/testsuite/binutils-all/copy-2.d
index 1cd9439..9eda63b 100644
--- a/binutils/testsuite/binutils-all/copy-2.d
+++ b/binutils/testsuite/binutils-all/copy-2.d
@@ -3,7 +3,7 @@
#objcopy: --set-section-flags foo=contents,alloc,load,code
#name: copy with setting section flags 2
#source: copytest.s
-#notarget: *-*-*aout *-*-aix* h8300-*-* hppa*-*-hpux* mips-*-ultrix* mips-*-osf* mips-*-ecoff* mips-*-irix mips-*-irix[2-4] mips-*-riscos* ns32k-*-netbsd
+#notarget: *-*-*aout *-*-aix* h8300-*-* hppa*-*-hpux* mips-*-ultrix* mips-*-osf* mips-*-ecoff* mips-*-irix mips-*-irix[2-4] mips-*-riscos* ns32k-*-*
# Note - we use copytest.s and a section named "foo" rather
# than .text because for some file formats (eg PE) the .text
# section has a fixed set of flags and these cannot be changed.
diff --git a/binutils/testsuite/binutils-all/copy-3.d b/binutils/testsuite/binutils-all/copy-3.d
index 92d81e0..dd28719 100644
--- a/binutils/testsuite/binutils-all/copy-3.d
+++ b/binutils/testsuite/binutils-all/copy-3.d
@@ -3,7 +3,7 @@
#objcopy: --set-section-flags .text=alloc,data
#name: copy with setting section flags 3
#source: bintest.s
-#notarget: *-*-*aout *-*-*coff *-*-cygwin* *-*-darwin *-*-mingw* *-*-go32 *-*-*pe hppa*-*-hpux* ns32k-*-netbsd powerpc-*-aix* rs6000-*-* rx-*-*
+#notarget: *-*-*aout *-*-*coff *-*-cygwin* *-*-darwin *-*-mingw* *-*-go32 *-*-*pe hppa*-*-hpux* ns32k-*-* powerpc-*-aix* rs6000-*-* rx-*-*
# The .text # section in PE/COFF has a fixed set of flags and these
# cannot be changed. We skip it for them.
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d74071b..a2ff1ed 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2019-04-16 Alan Modra <amodra@gmail.com>
+ * testsuite/gas/all/gas.exp: Remove ns32k xfails.
+ * testsuite/gas/all/weakref1u.d: Don't run for ns32k-*-*.
+
+2019-04-16 Alan Modra <amodra@gmail.com>
+
* write.h: Don't include bit_fix.h.
(struct fix): Rearrange some fields. Delete fx_im_disp and
fx_bit_fixP. Use bitfields for fx_size and fx_pcrel_adjust.
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index 9ea95c6..a91f8c2 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -282,7 +282,6 @@ case $target_triplet in {
default {
run_dump_test struct
run_dump_test align
- setup_xfail "ns32k-*-*"
run_dump_test align2
}
}
@@ -407,7 +406,6 @@ case $target_triplet in {
{ *c54x*-*-* } { }
{ z80-*-* } { }
default {
- setup_xfail "nds32*-*-*"
run_dump_test weakref1
run_dump_test weakref1g
run_dump_test weakref1l
diff --git a/gas/testsuite/gas/all/weakref1u.d b/gas/testsuite/gas/all/weakref1u.d
index 94823c2..5b8d848 100644
--- a/gas/testsuite/gas/all/weakref1u.d
+++ b/gas/testsuite/gas/all/weakref1u.d
@@ -3,7 +3,7 @@
#source: weakref1.s
# aout turns undefined into *ABS* symbols.
# see weakref1.d for comments on the other notargets
-#notarget: *-*-*aout ns32k-*-netbsd alpha*-*-osf* *-*-ecoff
+#notarget: *-*-*aout ns32k-*-* alpha*-*-osf* *-*-ecoff
# the rest of this file is generated with the following script:
# # script begin
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 81dc36a..4e4edb3 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2019-04-16 Alan Modra <amodra@gmail.com>
+
+ * testsuite/ld-scripts/pr20302.d: Don't run for ns32k-*-*.
+ * testsuite/ld-scripts/section-match-1.d: Likewise.
+ * testsuite/ld-undefined/require-defined.exp: Likewise.
+
2019-04-15 Faraz Shahbazker <fshahbazker@wavecomp.com>
* testsuite/ld-gc/gc.exp: Skip print-map-discarded test for non-ELF
diff --git a/ld/testsuite/ld-scripts/pr20302.d b/ld/testsuite/ld-scripts/pr20302.d
index 36fd53e..b89e32b 100644
--- a/ld/testsuite/ld-scripts/pr20302.d
+++ b/ld/testsuite/ld-scripts/pr20302.d
@@ -1,11 +1,11 @@
#ld: -Tdata=0x1000 -Tdata=0x2000 -Tcross2.t
#source: align2a.s
#objdump: -h
-#notarget: rx-*-* *-*-*aout *-*-netbsd x86_64-*-cygwin *-*-vms
+#notarget: *-*-*aout *-*-netbsd *-*-vms ns32k-*-* rx-*-* x86_64-*-cygwin
+# AOUT and NETBSD (ns32k is aout) have fixed address for the data section.
+# VMS targets need extra libraries.
# RX uses non standard section names.
-# AOUT and NETBSD have fixed address for the data section.
# x86_64 Cygwin biases all start addresses to be > 2Gb.
-# VMS targets need extra libraries.
#...
. \.data[ ]+0+[0-9a-f]+[ ]+0+02000[ ]+0+02000.*
diff --git a/ld/testsuite/ld-scripts/section-match-1.d b/ld/testsuite/ld-scripts/section-match-1.d
index 5644b3e..5ea3bbb 100644
--- a/ld/testsuite/ld-scripts/section-match-1.d
+++ b/ld/testsuite/ld-scripts/section-match-1.d
@@ -1,7 +1,7 @@
#source: section-match-1.s
#ld: -T section-match-1.t
#objdump: -s
-#notarget: *-*-osf* *-*-aix* *-*-pe *-*-*aout *-*-ecoff *-*-netbsd *-*-vms h8300-*-* tic30-*-*
+#notarget: *-*-osf* *-*-aix* *-*-pe *-*-*aout *-*-ecoff *-*-netbsd *-*-vms h8300-*-* ns32k-*-* tic30-*-*
# This test uses arbitrary section names, which are not support by some
# file formats. Also these section names must be present in the
# output, not translated into some other name, eg .text
diff --git a/ld/testsuite/ld-undefined/require-defined.exp b/ld/testsuite/ld-undefined/require-defined.exp
index ba926c7..1ee864c 100644
--- a/ld/testsuite/ld-undefined/require-defined.exp
+++ b/ld/testsuite/ld-undefined/require-defined.exp
@@ -33,7 +33,7 @@ if ![check_gc_sections_available] {
# number of targets, I'm just skipping the tests in these cases.]
if { [istarget "powerpcle-*-*"] \
|| [istarget "cris-axis-elf"] \
- || [istarget "ns32k-*-netbsd"] \
+ || [istarget "ns32k-*-*"] \
|| [istarget "*-*-coff"] \
|| [istarget "*-*-xcoff"] \
|| [istarget "*-*-*aout*"] \