diff options
author | Nick Clifton <nickc@redhat.com> | 2020-06-19 10:25:43 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-06-19 10:25:43 +0100 |
commit | 13aa5ceb01cc94a0e617f397c0c5434fc22bb1e5 (patch) | |
tree | 61e0caac198832bef13da17ce3ba1ff35e71ffcf /bfd/ChangeLog | |
parent | e443398846ee51d66b3df2524f7e0ddcb26cdae3 (diff) | |
download | gdb-13aa5ceb01cc94a0e617f397c0c5434fc22bb1e5.zip gdb-13aa5ceb01cc94a0e617f397c0c5434fc22bb1e5.tar.gz gdb-13aa5ceb01cc94a0e617f397c0c5434fc22bb1e5.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 52b2df6..6996d04 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2020-06-19 Nick Clifton <nickc@redhat.com> + + * plugin.c (try_load_plugin): Suppress the error message about + being unable to open a plugin if creating a list of viable + plugins. + 2020-06-16 Alan Modra <amodra@gmail.com> * aout-tic30.c: Delete file. |