[binutils-gdb] pr22374 function pointer initialization
Alan Modra
amodra@sourceware.org
Fri Jan 12 10:52:00 GMT 2018
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5ae5d3fd10c4bb520d767b25c59bf86db764adef
commit 5ae5d3fd10c4bb520d767b25c59bf86db764adef
Author: Alan Modra <amodra@gmail.com>
Date: Fri Jan 12 21:10:48 2018 +1030
pr22374 function pointer initialization
When I added this test I said I'd look at fixing more targets.
That hasn't happened yet, so xfail to tidy results.
* testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer
initialization" for currently failing targets.
Diff:
---
ld/ChangeLog | 5 +++++
ld/testsuite/ld-elf/elf.exp | 15 +++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 39f79fe..0514bdd 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
2018-01-12 Alan Modra <amodra@gmail.com>
+ * testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer
+ initialization" for currently failing targets.
+
+2018-01-12 Alan Modra <amodra@gmail.com>
+
PR ld/22649
* testsuite/ld-elf/pr22649.msg: Allow other messages.
* testsuite/ld-elf/shared.exp: Check that --gc-sections is
diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp
index d277987..0b005de 100644
--- a/ld/testsuite/ld-elf/elf.exp
+++ b/ld/testsuite/ld-elf/elf.exp
@@ -234,6 +234,21 @@ if { [check_shared_lib_support] } then {
run_ld_link_tests {
{"Build pr22374 shared library"
"-shared" "" "" "pr22374b.s" {} "pr22374.so" }
+ }
+ if { ![istarget "alpha-*-*"]
+ && ![istarget "frv-*-*"]
+ && ![istarget "hppa*-*-*"]
+ && ![istarget "i?86-*-*"]
+ && ![istarget "ia64-*-*"]
+ && ![istarget "microblaze-*-*"]
+ && ![istarget "powerpc*-*-*"]
+ && ![istarget "x86_64-*-*"]
+ && ![istarget "xtensa-*-*"] } {
+ # The next test checks that copy relocs are not used unnecessarily,
+ # but that is just an optimization so don't complain loudly.
+ setup_xfail "*-*-*"
+ }
+ run_ld_link_tests {
{"pr22374 function pointer initialization"
"" "tmpdir/pr22374.so" "" "pr22374a.s"
{ {readelf {--wide -r --dyn-syms} "pr22374-1.r"}
More information about the Binutils-cvs
mailing list