From 98950613d80b6b340f11115cd9920b6d56e4dcfd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 23 Oct 2009 05:45:27 +0000 Subject: * plugin.c: Produce empty object if not BFD_SUPPORTS_PLUGINS. --- bfd/plugin.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bfd/plugin.c') diff --git a/bfd/plugin.c b/bfd/plugin.c index a81db6f..2874fa6 100644 --- a/bfd/plugin.c +++ b/bfd/plugin.c @@ -20,6 +20,10 @@ MA 02110-1301, USA. */ #include "config.h" +#include "bfd.h" + +#if BFD_SUPPORTS_PLUGINS + #include #include #include @@ -492,3 +496,4 @@ const bfd_target plugin_vec = NULL /* backend_data. */ }; +#endif /* BFD_SUPPORTS_PLUGIN */ -- cgit v1.1