aboutsummaryrefslogtreecommitdiff
path: root/bfd/plugin.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-06-21 20:54:24 +0930
committerAlan Modra <amodra@gmail.com>2020-06-21 22:16:59 +0930
commit1e92785005ce880a5fac9d022f05cdcff91c3091 (patch)
treef6d8730b252a3c95aa37402fc625dddd80a5fb00 /bfd/plugin.c
parent0381901e629115f5f0d92a27fe74b1814f6f389a (diff)
downloadgdb-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.c2
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 */