diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2020-04-01 04:10:18 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2020-04-01 04:10:18 +0200 |
commit | 41ff29bf5db04b989e6b2b627ee1ca2a9f5b6a09 (patch) | |
tree | 898a6908ef36aa131b6c06e4e73570abe17a0666 /ld | |
parent | 7b948a2580d34e7e93bef0527ca853e22515dec4 (diff) | |
download | gdb-41ff29bf5db04b989e6b2b627ee1ca2a9f5b6a09.zip gdb-41ff29bf5db04b989e6b2b627ee1ca2a9f5b6a09.tar.gz gdb-41ff29bf5db04b989e6b2b627ee1ca2a9f5b6a09.tar.bz2 |
ld/testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/defined4.d | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 15d34bc..bf7a7eb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 diff --git a/ld/testsuite/ld-scripts/defined4.d b/ld/testsuite/ld-scripts/defined4.d index cd3eb4f..0d6e7c5 100644 --- a/ld/testsuite/ld-scripts/defined4.d +++ b/ld/testsuite/ld-scripts/defined4.d @@ -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. #... |