From: Nick Clifton Date: Wed, 6 Dec 2017 10:04:51 +0000 (+0000) Subject: Tell the linker testsuite that lm32-rtems toolchains do not support the generation... X-Git-Tag: gdb-8.1-branchpoint~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=846fefbdb2280374ad91afca3d24fa0c3fa26f96;p=thirdparty%2Fbinutils-gdb.git Tell the linker testsuite that lm32-rtems toolchains do not support the generation of shared libraries. * testsuite/lib/ld-lib.exp (check_shared_lib_support): Return false for lm32-rtems targets. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index c5f14869697..9713d9696b7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-12-06 Nick Clifton + + * testsuite/lib/ld-lib.exp (check_shared_lib_support): Return + false for lm32-rtems targets. + 2017-12-06 Alan Modra * testsuite/lib/ld-lib.exp (check_shared_lib_support): Return true diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index ecac87f7664..280a7b1e976 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -1805,6 +1805,7 @@ proc check_shared_lib_support { } { && ![istarget ip2k-*-*] && ![istarget iq2000-*-*] && ![istarget lm32-*-elf] + && ![istarget lm32-*-rtems*] && ![istarget m32c-*-*] && ![istarget m32r-*-elf] && ![istarget m6811-*-*]