diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-30 13:47:32 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-30 14:26:05 +0930 |
commit | b9b9b0ef34c4ea7e75f5fc7cf3882e0485675e61 (patch) | |
tree | 1f63e88387c40c334f45717f12f3a2c5d864138c /ld/testsuite/ld-elf | |
parent | d74b88ed7ffdad7bff14b250c32cfbf47531b4a4 (diff) | |
download | gdb-b9b9b0ef34c4ea7e75f5fc7cf3882e0485675e61.zip gdb-b9b9b0ef34c4ea7e75f5fc7cf3882e0485675e61.tar.gz gdb-b9b9b0ef34c4ea7e75f5fc7cf3882e0485675e61.tar.bz2 |
Don't xfail nds32 for ld-elf/reloc-discard test
* testsuite/ld-elf/reloc-discard.d: Don't xfail nds32.
Diffstat (limited to 'ld/testsuite/ld-elf')
-rw-r--r-- | ld/testsuite/ld-elf/reloc-discard.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elf/reloc-discard.d b/ld/testsuite/ld-elf/reloc-discard.d index dd2c99b..8d710f4 100644 --- a/ld/testsuite/ld-elf/reloc-discard.d +++ b/ld/testsuite/ld-elf/reloc-discard.d @@ -4,7 +4,7 @@ #target: [check_shared_lib_support] #skip: powerpc64*-*-* #source: reloc-discard.s -#xfail: nds32*-*-* tic6x-*-* +#xfail: tic6x-*-* # Need to figure out how to pass `-fpic' for NDS32 or `-mpic -mpid=near' # for TI C6X targets to GAS for this test. # PowerPC64 warns when discarding dynamic relocs, which is generally |