From: Alan Modra Date: Thu, 7 Jan 2021 13:59:31 +0000 (+1030) Subject: sh-pe ld XPASSes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc20061339031e391f974ccccb71137b51730494;p=binutils-gdb.git sh-pe ld XPASSes * testsuite/ld-scripts/fill.d: Skip sh-*-pe rather than xfail. * testsuite/ld-scripts/fill16.d: Don't xfail sh-*-pe. * testsuite/ld-scripts/segment-start.d: Likewise. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 934a4d6393a..d7618d77c58 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2021-01-07 Alan Modra + + * testsuite/ld-scripts/fill.d: Skip sh-*-pe rather than xfail. + * testsuite/ld-scripts/fill16.d: Don't xfail sh-*-pe. + * testsuite/ld-scripts/segment-start.d: Likewise. + 2021-01-07 Alan Modra * testsuite/ld-elf/comm-data5.d: xfail targets that complain diff --git a/ld/testsuite/ld-scripts/fill.d b/ld/testsuite/ld-scripts/fill.d index d3b5ea939ce..cfe1e524c6e 100644 --- a/ld/testsuite/ld-scripts/fill.d +++ b/ld/testsuite/ld-scripts/fill.d @@ -5,9 +5,9 @@ #objdump: -s -j .text #notarget: [is_aout_format] #skip: ia64-*-* mips*-*-freebsd* mips*-*-gnu* mips*-*-irix* mips*-*-kfreebsd* -#skip: mips*-*-linux* mips*-*-netbsd* mips*-*-openbsd* mips*-*-sysv4* +#skip: mips*-*-linux* mips*-*-netbsd* mips*-*-openbsd* mips*-*-sysv4* sh-*-pe #skip: tilegx*-*-* tilepro-*-* x86_64-*-cygwin x86_64-*-mingw* x86_64-*-pe* -#xfail: alpha*-*-*ecoff sh-*-pe sparc*-*-coff +#xfail: alpha*-*-*ecoff sparc*-*-coff #xfail: tic30-*-coff tic4x-*-* tic54x-*-* z8k-*-* # # See also fill16.d. We use `skip' for configurations unsupported diff --git a/ld/testsuite/ld-scripts/fill16.d b/ld/testsuite/ld-scripts/fill16.d index 91dc0a0b40b..e5819df79a8 100644 --- a/ld/testsuite/ld-scripts/fill16.d +++ b/ld/testsuite/ld-scripts/fill16.d @@ -5,7 +5,7 @@ #objdump: -s -j .text #notarget: [is_aout_format] #skip: arm-*-coff i[3-7]86-*-coff [is_xcoff_format] -#xfail: alpha*-*-*ecoff sh-*-pe sparc*-*-coff +#xfail: alpha*-*-*ecoff sparc*-*-coff #xfail: tic30-*-coff tic4x-*-* tic54x-*-* z8k-*-* #xfail: z80-*-coff # diff --git a/ld/testsuite/ld-scripts/segment-start.d b/ld/testsuite/ld-scripts/segment-start.d index 0e124b22d3e..b96b44ccd75 100644 --- a/ld/testsuite/ld-scripts/segment-start.d +++ b/ld/testsuite/ld-scripts/segment-start.d @@ -2,7 +2,7 @@ #source: segment-start.s #ld: -e 0 -u __executable_start -T segment-start.ld #nm: -B -#xfail: mmix-*-* pdp11-*-* sh-*-pe +#xfail: mmix-*-* pdp11-*-* #xfail: tic30-*-*aout* c54x*-*-*coff* tic54x-*-*coff* # XFAIL targets that are not expected to handle SEGMENT_START correctly.