Silence warnings about incompatible plugins.
authorNick Clifton <nickc@redhat.com>
Fri, 19 Jun 2020 09:25:43 +0000 (10:25 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 19 Jun 2020 09:25:43 +0000 (10:25 +0100)
commit13aa5ceb01cc94a0e617f397c0c5434fc22bb1e5
tree61e0caac198832bef13da17ce3ba1ff35e71ffcf
parente443398846ee51d66b3df2524f7e0ddcb26cdae3
Silence warnings about incompatible plugins.

I have been looking at a Fedora bug report[1] from a user who was
receiving warning messages from the BFD library about incompatible
plugins.  It turns out that they had both 32-bit and 64-bit versions
of the same plugin installed, and the BFD library was attempting to
load all of them.

After thinking about it for a while, it seemed to me that the simplest
solution was to not warn about incompatible plugins whilst attempting
to create a list of viable plugins.

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1836618

* plugin.c (try_load_plugin): Suppress the error message about
being unable to open a plugin if creating a list of viable
plugins.
bfd/ChangeLog
bfd/plugin.c
This page took 0.024141 seconds and 4 git commands to generate.