[committed, PATCH] ld-elf/merge.d: Don't expect to fail for sparc
H.J. Lu
hjl.tools@gmail.com
Sat Oct 7 23:15:00 GMT 2017
More information about the Binutils mailing list
Sat Oct 7 23:15:00 GMT 2017
- Previous message (by thread): [PATCH] Add a testcase for PR ld/22269
- Next message (by thread): [PATCH] sparc: Dump dynamic relocation info to the map file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It passed with cross binutils to sparc-linux and sparc64-linux. * testsuite/ld-elf/merge.d: Don't expect to fail for sparc. --- ld/ChangeLog | 4 ++++ ld/testsuite/ld-elf/merge.d | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 186819d861..55e36a515b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2017-10-07 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/ld-elf/merge.d: Don't expect to fail for sparc. + 2017-10-05 Nick Clifton <nickc@redhat.com> * po/tr.po: Updated Turkish translation. diff --git a/ld/testsuite/ld-elf/merge.d b/ld/testsuite/ld-elf/merge.d index 7976be1105..5cd075f32e 100644 --- a/ld/testsuite/ld-elf/merge.d +++ b/ld/testsuite/ld-elf/merge.d @@ -5,7 +5,7 @@ #xfail: "dlx-*-*" "fr30-*-*" "frv-*-*" "hppa*64*-*-*" "h8300-*-*" "score-*-*" #xfail: "i370-*-*" "i860-*-*" "i960-*-*" "ip2k-*-*" "iq2000-*-*" "lm32-*-*" #xfail: "mcore-*-*" "mn102*-*-*" "ms1-*-*" "mep-*-*" "m68hc11-*-*" "nios2-*-*" -#xfail: "or32-*-*" "pj-*-*" "sparc*-*-*" "tic6x-*-*" "vax-*-*" "xstormy16-*-*" +#xfail: "or32-*-*" "pj-*-*" "tic6x-*-*" "vax-*-*" "xstormy16-*-*" #xfail: "xtensa*-*-*" "metag-*-*" "ft32-*-*" "pru-*-*" .*: file format .*elf.* -- 2.13.6
- Previous message (by thread): [PATCH] Add a testcase for PR ld/22269
- Next message (by thread): [PATCH] sparc: Dump dynamic relocation info to the map file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list