ld/testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
authorHans-Peter Nilsson <hp@bitrange.com>
Wed, 1 Apr 2020 02:10:18 +0000 (04:10 +0200)
committerHans-Peter Nilsson <hp@bitrange.com>
Wed, 1 Apr 2020 02:10:18 +0000 (04:10 +0200)
A recent fix for the mmo input reader caused symbol-to-type mapping
(which is heuristic for the mmo format) to change (as in "corrected"),
and this test-case now passes.

Before that change, the comment was actually wrong: the symbol type
was mistakenly set to as B for uninitialized data, not T for text
section.

ld/ChangeLog
ld/testsuite/ld-scripts/defined4.d

index 15d34bc5a3f134c5edfec930d53ff53de0f165e9..bf7a7eb06155aec983fe3c9f1f115c4a9ff68592 100644 (file)
@@ -1,3 +1,7 @@
+2020-04-01  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
+
 2020-03-30  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/25662
index cd3eb4ffe750b6e144cbab822c921eb35afda3b0..0d6e7c54ece2af3fc0106eb8839ea5d92a6575fb 100644 (file)
@@ -2,9 +2,9 @@
 #nm: -B
 #source: defined4.s
 #xfail: powerpc*-*-aix* rs6000-*-aix*
-#xfail: mips*-*-* mmix-*-*
+#xfail: mips*-*-*
 # We check that defined and defined1 have the same address.  MIPS targets
-# use different address. MMIX puts defined and defined1 in text section.
+# use different address.
 
 # Check that arithmetic on DEFINED works.
 #...
This page took 0.025541 seconds and 4 git commands to generate.