diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-08 00:29:31 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-08 00:32:43 +1030 |
commit | dc20061339031e391f974ccccb71137b51730494 (patch) | |
tree | e86c485bdcd68ce3fbc12262c1097689d8f78326 /ld | |
parent | 8e604ff077e12b7fe4dae009328716740c2e79f4 (diff) | |
download | fsf-binutils-gdb-dc20061339031e391f974ccccb71137b51730494.zip fsf-binutils-gdb-dc20061339031e391f974ccccb71137b51730494.tar.gz fsf-binutils-gdb-dc20061339031e391f974ccccb71137b51730494.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/fill.d | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/fill16.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/segment-start.d | 2 |
4 files changed, 10 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 934a4d6..d7618d7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 2021-01-07 Alan Modra <amodra@gmail.com> + * 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 <amodra@gmail.com> + * testsuite/ld-elf/comm-data5.d: xfail targets that complain about dynamic relocations in read-only sections. * testsuite/ld-elf/ehdr_start-shared.d: Likewise. diff --git a/ld/testsuite/ld-scripts/fill.d b/ld/testsuite/ld-scripts/fill.d index d3b5ea9..cfe1e52 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 91dc0a0..e5819df 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 0e124b2..b96b44c 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. |