diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-21 20:54:24 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-21 22:16:59 +0930 |
commit | 1e92785005ce880a5fac9d022f05cdcff91c3091 (patch) | |
tree | f6d8730b252a3c95aa37402fc625dddd80a5fb00 /bfd/plugin.c | |
parent | 0381901e629115f5f0d92a27fe74b1814f6f389a (diff) | |
download | gdb-1e92785005ce880a5fac9d022f05cdcff91c3091.zip gdb-1e92785005ce880a5fac9d022f05cdcff91c3091.tar.gz gdb-1e92785005ce880a5fac9d022f05cdcff91c3091.tar.bz2 |
PR26132, ar creates invalid libraries for some targets with plugins enabled
PR 26132
* configure.ac: Disable plugins by default for some targets.
* plugin.c: Comment typo fix.
* configure: Regenerate.
Diffstat (limited to 'bfd/plugin.c')
-rw-r--r-- | bfd/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/plugin.c b/bfd/plugin.c index 5ed8757..593e277 100644 --- a/bfd/plugin.c +++ b/bfd/plugin.c @@ -762,4 +762,4 @@ const bfd_target plugin_vec = NULL /* backend_data. */ }; -#endif /* BFD_SUPPORTS_PLUGIN */ +#endif /* BFD_SUPPORTS_PLUGINS */ |