aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-12-16 13:40:42 -0800
committerH.J. Lu <hjl.tools@gmail.com>2020-12-16 13:40:51 -0800
commitbcac599f73874fd63a3901f0a9f7d24e50c2ad24 (patch)
tree8186c2ed9d2266e9fab2d5d17f607d3f58e3e4f8 /ld/testsuite/ld-elf
parent592995fadd37e3a8d831fc3f48994c9d5cc2a974 (diff)
downloadgdb-bcac599f73874fd63a3901f0a9f7d24e50c2ad24.zip
gdb-bcac599f73874fd63a3901f0a9f7d24e50c2ad24.tar.gz
gdb-bcac599f73874fd63a3901f0a9f7d24e50c2ad24.tar.bz2
ld: Skip libdep plugin if not all plugin hooks are available
Skip plugin if not all required plugin hooks are available. 2020-12-16 Howard Chu <hyc@symas.com> H.J. Lu <hongjiu.lu@intel.com> PR ld/27081 * libdep_plugin.c (onload): Skip if not all required plugin hooks are available. * testsuite/config/default.exp (dep_plug_opt): New. * testsuite/ld-elf/elf.exp: Pass $dep_plug_opt to nm. * testsuite/ld-elf/pr26391.fd: New file.
Diffstat (limited to 'ld/testsuite/ld-elf')
-rw-r--r--ld/testsuite/ld-elf/elf.exp5
-rw-r--r--ld/testsuite/ld-elf/pr26391.fd4
2 files changed, 8 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp
index e08a6f5..a58b17b 100644
--- a/ld/testsuite/ld-elf/elf.exp
+++ b/ld/testsuite/ld-elf/elf.exp
@@ -415,7 +415,10 @@ run_ld_link_tests [list \
"" \
"" \
{pr26391a.c pr26391b.c pr26391c.c pr26391d.c} \
- {{nm "" pr26391.nd}} \
+ [list \
+ [list "nm" "$dep_plug_opt" "pr26391.nd"] \
+ [list "nm" "$dep_plug_opt" "pr26391.fd"] \
+ ] \
"pr26391-5.o" \
"-fno-function-sections" \
] \
diff --git a/ld/testsuite/ld-elf/pr26391.fd b/ld/testsuite/ld-elf/pr26391.fd
new file mode 100644
index 0000000..1921cd6
--- /dev/null
+++ b/ld/testsuite/ld-elf/pr26391.fd
@@ -0,0 +1,4 @@
+#failif
+#...
+bfd plugin: No register_all_symbols_read hook
+#...