mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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.
This commit is contained in:
parent
7b948a2580
commit
41ff29bf5d
@ -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
|
||||
|
@ -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.
|
||||
#...
|
||||
|
Loading…
Reference in New Issue
Block a user