binutils-gdb/ld/testsuite/ld-scripts/defined4.d
Hans-Peter Nilsson 41ff29bf5d 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.
2020-04-01 04:10:18 +02:00

15 lines
289 B
Makefile

#ld: -Tdefined4.t
#nm: -B
#source: defined4.s
#xfail: powerpc*-*-aix* rs6000-*-aix*
#xfail: mips*-*-*
# We check that defined and defined1 have the same address. MIPS targets
# use different address.
# Check that arithmetic on DEFINED works.
#...
0+0 D defined
#...
0+0 D defined1
#pass