This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Tell the linker testsuite that lm32-rtems toolchains do not support the generation of shared librari


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=846fefbdb2280374ad91afca3d24fa0c3fa26f96

commit 846fefbdb2280374ad91afca3d24fa0c3fa26f96
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Dec 6 10:04:51 2017 +0000

    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:
---
 ld/ChangeLog                | 5 +++++
 ld/testsuite/lib/ld-lib.exp | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index c5f1486..9713d96 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-06  Nick Clifton  <nickc@redhat.com>
+
+	* testsuite/lib/ld-lib.exp (check_shared_lib_support): Return
+	false for lm32-rtems targets.
+
 2017-12-06  Alan Modra  <amodra@gmail.com>
 
 	* 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 ecac87f..280a7b1 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-*-*]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]