diff --git a/ld/ChangeLog b/ld/ChangeLog index 15d34bc5a3..bf7a7eb061 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2020-04-01 Hans-Peter Nilsson + + * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*. + 2020-03-30 Nick Clifton PR binutils/25662 diff --git a/ld/testsuite/ld-scripts/defined4.d b/ld/testsuite/ld-scripts/defined4.d index cd3eb4ffe7..0d6e7c54ec 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. #...