[binutils-gdb] PR ld/21233: xfail failing test-parts for cris*-*-*
Hans-Peter Nilsson
hp@sourceware.org
Wed Apr 5 01:01:00 GMT 2017
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4d5efb852be6554305dfaf17c1e4f07bb9514273
commit 4d5efb852be6554305dfaf17c1e4f07bb9514273
Author: Hans-Peter Nilsson <hp@bitrange.com>
Date: Wed Apr 5 03:00:40 2017 +0200
PR ld/21233: xfail failing test-parts for cris*-*-*
Diff:
---
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/shared.exp | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d8b9a22..3cf9141 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2017-04-05 Hans-Peter Nilsson <hp@axis.com>
+
+ PR ld/21233
+ * testsuite/ld-elf/shared.exp: Xfail all PR21233 tests but the
+ first test for cris*-*-*.
+
2017-04-04 Maciej W. Rozycki <macro@imgtec.com>
PR ld/21233
diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp
index be30ec0..291f9e1 100644
--- a/ld/testsuite/ld-elf/shared.exp
+++ b/ld/testsuite/ld-elf/shared.exp
@@ -130,7 +130,8 @@ if { [check_gc_sections_available] } {
"$LFLAGS -shared -T pr21233.ld" "" "$AFLAGS_PIC" \
{pr21233-l.s} \
{{readelf --dyn-syms pr21233-l.sd}} \
- "libpr21233.so"] \
+ "libpr21233.so"]]
+ run_ld_link_tests [list \
[list \
"PR ld/21233 dynamic symbols with section GC (--undefined)" \
"$LFLAGS --gc-sections -e foo --undefined=bar -T pr21233.ld" \
@@ -152,7 +153,7 @@ if { [check_gc_sections_available] } {
"tmpdir/libpr21233.so" "" \
{pr21233.s} \
{{readelf --dyn-syms pr21233.sd}} \
- "pr21233-3"]]
+ "pr21233-3"]] "cris*-*-*"
}
# Check to see if the C compiler works
More information about the Binutils-cvs
mailing list