From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x443.google.com (mail-pf1-x443.google.com [IPv6:2607:f8b0:4864:20::443]) by sourceware.org (Postfix) with ESMTPS id 27E24386F82A for ; Sun, 21 Jun 2020 12:48:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 27E24386F82A Received: by mail-pf1-x443.google.com with SMTP id b201so7040895pfb.0 for ; Sun, 21 Jun 2020 05:48:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=zaiI98snqjiBiv8d1KlFe28g+RrehNXNW2qi2qobGMc=; b=CDiOQbpOkfafTzSqys26+kWFZ1DKE1MRHglQJ25UzUXDqE8TieXSdXQ1CXxEKLwdcN oVmct7z9qtkunLTv16G4evDqSvgxEcwGBMTgsouyulaBpJaA/wsL/68V65YSY7Ow41rl o/lDyYbvUYDdrGajh4Xgmp+rhGTjkc3eQqoJ2st+4ZLwLVhC0iawf8z9ds0kfe0oGlau dSOfNQC2CVlxyiwsLDd3K/XAxAfwkbLGV8dKeC2dIrgd4CVmN3ZqOZoO0qSRqgxCXafb 2BeQkFg5fSgHlU02dfJKy+CyA5oufcyVUlzeE9OKgJD5t6VDKhzFX2BQGLO3kpBZUHeN WPGg== X-Gm-Message-State: AOAM533yw3tbjCR669HQQ9GdolWTk0MoLbGkKic/yPLkfr3Yf+HGAq8m pRFtrYmwd5L1c61EkqePzOk= X-Google-Smtp-Source: ABdhPJxwN15jZU/SgGJotMjI5rUpqWHUlgmGrlGOV71VfBv9tWP4EYm0IIput90FgP3vwpyxA0IauA== X-Received: by 2002:aa7:9abc:: with SMTP id x28mr16049466pfi.39.1592743695965; Sun, 21 Jun 2020 05:48:15 -0700 (PDT) Received: from bubble.grove.modra.org ([2406:3400:51d:8cc0:10f7:401d:ba37:421c]) by smtp.gmail.com with ESMTPSA id z8sm10444747pjr.41.2020.06.21.05.48.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Jun 2020 05:48:14 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id E0C7A84E0D; Sun, 21 Jun 2020 22:18:10 +0930 (ACST) Date: Sun, 21 Jun 2020 22:18:10 +0930 From: Alan Modra To: binutils@sourceware.org Subject: Do without ld ENABLE_PLUGINS Message-ID: <20200621124810.GI21885@bubble.grove.modra.org> References: <20200529031340.GH5475@bubble.grove.modra.org> <20200616030543.GC12881@bubble.grove.modra.org> <20200621074323.GH21885@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200621074323.GH21885@bubble.grove.modra.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-9.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2020 12:48:23 -0000 Instead, use BFD_SUPPORTS_PLUGINS. * ldfile.c: Replace uses of ENABLE_PLUGINS with BFD_SUPPORTS_PLUGINS. * ldlang.c: Likewise. * ldlang.h: Likewise. * ldlex.h: Likewise. * ldmain.c: Likewise. * lexsup.c: Likewise. * plugin.c: Wrap body of file in #if BFD_SUPPORTS_PLUGINS. * testplug.c: Likewise. * testplug2.c: Likewise. * testplug3.c: Likewise. * testplug4.c: Likewise. * configure.ac (ENABLE_PLUGINS): Don't define AM_CONTITIONAL. * Makefile.am: Remove ENABLE_PLUGINS conditionals. (PLUGIN_CFLAGS): Don't define. (PLUGIN_C, PLUGIN_H, PLUGIN_OBJECT): Likewise. Substitute all uses with plugin file name. * configure: Regenerate. * Makefile.in: Regenerate. diff --git a/ld/Makefile.am b/ld/Makefile.am index ffff427bfb..f0767f2be3 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -47,19 +47,6 @@ WARN_CFLAGS = @WARN_CFLAGS@ NO_WERROR = @NO_WERROR@ AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) -# Conditionally enable the plugin interface. -if ENABLE_PLUGINS -PLUGIN_C = plugin.c -PLUGIN_H = plugin.h -PLUGIN_OBJECT = plugin.@OBJEXT@ -PLUGIN_CFLAGS = -DENABLE_PLUGINS -else -PLUGIN_C = -PLUGIN_H = -PLUGIN_OBJECT = -PLUGIN_CFLAGS = -endif - # We put the scripts in the directory $(scriptdir)/ldscripts. # We can't put the scripts in $(datadir) because the SEARCH_DIR # directives need to be different for native and cross linkers. @@ -152,7 +139,7 @@ TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \ -I $(top_srcdir)/../libiberty AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) @zlibinc@ \ - @INCINTL@ $(HDEFINES) $(CFLAGS) $(PLUGIN_CFLAGS) \ + @INCINTL@ $(HDEFINES) $(CFLAGS) \ -DLOCALEDIR="\"$(datadir)/locale\"" BFDLIB = ../bfd/libbfd.la @@ -482,12 +469,12 @@ ALL_64_EMUL_EXTRA_OFILES = \ CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ mri.c ldcref.c pe-dll.c pep-dll.c ldlex-wrapper.c \ - $(PLUGIN_C) ldbuildid.c ldelf.c ldelfgen.c + plugin.c ldbuildid.c ldelf.c ldelfgen.c HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \ ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \ ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h \ - elf-hints-local.h $(PLUGIN_H) ldbuildid.h ldelf.h ldelfgen.h + elf-hints-local.h plugin.h ldbuildid.h ldelf.h ldelfgen.h GENERATED_CFILES = ldgram.c ldlex.c deffilep.c GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h @@ -497,7 +484,7 @@ GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h BUILT_SOURCES = $(GENERATED_HFILES) OFILES = ldgram.@OBJEXT@ ldlex-wrapper.@OBJEXT@ lexsup.@OBJEXT@ ldlang.@OBJEXT@ \ - mri.@OBJEXT@ ldctor.@OBJEXT@ ldmain.@OBJEXT@ $(PLUGIN_OBJECT) \ + mri.@OBJEXT@ ldctor.@OBJEXT@ ldmain.@OBJEXT@ plugin.@OBJEXT@ \ ldwrite.@OBJEXT@ ldexp.@OBJEXT@ ldemul.@OBJEXT@ ldver.@OBJEXT@ ldmisc.@OBJEXT@ \ ldfile.@OBJEXT@ ldcref.@OBJEXT@ ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES} \ ldbuildid.@OBJEXT@ @@ -959,7 +946,7 @@ EXTRA_ld_new_SOURCES = deffilep.y ldlex.l EXTRA_ld_new_SOURCES += pep-dll.c pe-dll.c ldelf.c ldelfgen.c ld_new_SOURCES = ldgram.y ldlex-wrapper.c lexsup.c ldlang.c mri.c ldctor.c ldmain.c \ - ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c $(PLUGIN_C) \ + ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c plugin.c \ ldbuildid.c ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) \ $(BFDLIB) $(LIBCTF) $(LIBIBERTY) $(LIBINTL_DEP) @@ -997,7 +984,6 @@ development.exp: $(BFDDIR)/development.sh # # Build a dummy plugin using libtool. # -if ENABLE_PLUGINS noinst_LTLIBRARIES = libldtestplug.la libldtestplug2.la \ libldtestplug3.la libldtestplug4.la libldtestplug_la_SOURCES = testplug.c @@ -1012,7 +998,6 @@ libldtestplug3_la_LDFLAGS = -no-undefined -rpath /nowhere libldtestplug4_la_SOURCES = testplug4.c libldtestplug4_la_CFLAGS= -g -O2 libldtestplug4_la_LDFLAGS = -no-undefined -rpath /nowhere -endif # DOCUMENTATION TARGETS # Manual configuration file; not usually attached to normal configuration, diff --git a/ld/configure.ac b/ld/configure.ac index 99957df376..2b6c0480e9 100644 --- a/ld/configure.ac +++ b/ld/configure.ac @@ -274,7 +274,6 @@ dnl AC_CHECK_HEADERS(sys/mman.h) AC_FUNC_MMAP AC_SEARCH_LIBS([dlopen], [dl]) -AM_CONDITIONAL([ENABLE_PLUGINS], [test x$plugins = xyes]) AC_ARG_ENABLE(initfini-array, [ --disable-initfini-array do not use .init_array/.fini_array sections], diff --git a/ld/ldfile.c b/ld/ldfile.c index 60b28d3f0c..f3de2c2356 100644 --- a/ld/ldfile.c +++ b/ld/ldfile.c @@ -34,10 +34,10 @@ #include "ldemul.h" #include "libiberty.h" #include "filenames.h" -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS #include "plugin-api.h" #include "plugin.h" -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ bfd_boolean ldfile_assumed_script = FALSE; const char *ldfile_output_machine_name = ""; @@ -148,7 +148,7 @@ ldfile_try_open_bfd (const char *attempt, /* This is a linker input BFD. */ entry->the_bfd->is_linker_input = 1; -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS if (entry->flags.lto_output) entry->the_bfd->lto_output = 1; #endif @@ -302,7 +302,7 @@ ldfile_try_open_bfd (const char *attempt, } } success: -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS /* If plugins are active, they get first chance to claim any successfully-opened input file. We skip archives here; the plugin wants us to offer it the individual @@ -316,7 +316,7 @@ ldfile_try_open_bfd (const char *attempt, && !no_more_claiming && bfd_check_format (entry->the_bfd, bfd_object)) plugin_maybe_claim (entry); -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ /* It opened OK, the format checked out, and the plugins have had their chance to claim it, so this is success. */ diff --git a/ld/ldlang.c b/ld/ldlang.c index 14a6a577d2..8ab6a0b0c3 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -42,9 +42,9 @@ #include "demangle.h" #include "hashtab.h" #include "elf-bfd.h" -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS #include "plugin.h" -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ #ifndef offsetof #define offsetof(TYPE, MEMBER) ((size_t) & (((TYPE*) 0)->MEMBER)) @@ -3526,7 +3526,7 @@ enum open_bfd_mode OPEN_BFD_FORCE = 1, OPEN_BFD_RESCAN = 2 }; -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS static lang_input_statement_type *plugin_insert = NULL; static struct bfd_link_hash_entry *plugin_undefs = NULL; #endif @@ -3556,7 +3556,7 @@ open_input_bfds (lang_statement_union_type *s, enum open_bfd_mode mode) case lang_group_statement_enum: { struct bfd_link_hash_entry *undefs; -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS lang_input_statement_type *plugin_insert_save; #endif @@ -3566,7 +3566,7 @@ open_input_bfds (lang_statement_union_type *s, enum open_bfd_mode mode) do { -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS plugin_insert_save = plugin_insert; #endif undefs = link_info.hash->undefs_tail; @@ -3574,7 +3574,7 @@ open_input_bfds (lang_statement_union_type *s, enum open_bfd_mode mode) mode | OPEN_BFD_FORCE); } while (undefs != link_info.hash->undefs_tail -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS /* Objects inserted by a plugin, which are loaded before we hit this loop, may have added new undefs. */ @@ -3601,7 +3601,7 @@ open_input_bfds (lang_statement_union_type *s, enum open_bfd_mode mode) has been loaded already. Do the same for a rescan. Likewise reload --as-needed shared libs. */ if (mode != OPEN_BFD_NORMAL -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS && ((mode & OPEN_BFD_RESCAN) == 0 || plugin_insert == NULL) #endif @@ -3648,7 +3648,7 @@ open_input_bfds (lang_statement_union_type *s, enum open_bfd_mode mode) } } } -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS /* If we have found the point at which a plugin added new files, clear plugin_insert to enable archive rescan. */ if (&s->input_statement == plugin_insert) @@ -6899,11 +6899,11 @@ lang_check (void) file != NULL; file = file->next) { -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS /* Don't check format of files claimed by plugin. */ if (file->flags.claimed) continue; -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ input_bfd = file->the_bfd; compatible = bfd_arch_get_compatible (input_bfd, link_info.output_bfd, @@ -7438,7 +7438,7 @@ lang_gc_sections (void) LANG_FOR_EACH_INPUT_STATEMENT (f) { asection *sec; -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS if (f->flags.claimed) continue; #endif @@ -7585,7 +7585,7 @@ lang_relax_sections (bfd_boolean need_layout) } } -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS /* Find the insert point for the plugin's replacement files. We place them after the first claimed real object file, or if the first claimed object is an archive member, after the last real @@ -7728,7 +7728,7 @@ find_next_input_statement (lang_statement_union_type **s) } return s; } -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ /* Add NAME to the list of garbage collection entry points. */ @@ -7819,7 +7819,7 @@ lang_process (void) to symbolic origin/length now. */ lang_do_memory_regions (); -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS if (link_info.lto_plugin_active) { lang_statement_list_type added; @@ -7922,7 +7922,7 @@ lang_process (void) } } } -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ /* Make sure that nobody has tried to add a symbol to this list before now. */ diff --git a/ld/ldlang.h b/ld/ldlang.h index 529ccd1585..196debfa37 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -271,7 +271,7 @@ struct lang_input_statement_flags /* Set if reloading an archive or --as-needed lib. */ unsigned int reload : 1; -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS /* Set if the file was claimed by a plugin. */ unsigned int claimed : 1; @@ -280,7 +280,7 @@ struct lang_input_statement_flags /* Set if added by the lto plugin add_input_file callback. */ unsigned int lto_output : 1; -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ /* Head of list of pushed flags. */ struct lang_input_statement_flags *pushed; diff --git a/ld/ldlex.h b/ld/ldlex.h index 6388247b45..7868dca349 100644 --- a/ld/ldlex.h +++ b/ld/ldlex.h @@ -135,10 +135,10 @@ enum option_values OPTION_WARN_TEXTREL, OPTION_WARN_ALTERNATE_EM, OPTION_REDUCE_MEMORY_OVERHEADS, -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS OPTION_PLUGIN, OPTION_PLUGIN_OPT, -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ OPTION_DEFAULT_SCRIPT, OPTION_PRINT_OUTPUT_FORMAT, OPTION_PRINT_SYSROOT, diff --git a/ld/ldmain.c b/ld/ldmain.c index b0ce69f118..d34d30ae33 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -40,10 +40,10 @@ #include "ldfile.h" #include "ldemul.h" #include "ldctor.h" -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS #include "plugin.h" #include "plugin-api.h" -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ /* Somewhere above, sys/stat.h got included. */ #if !defined(S_ISDIR) && defined(S_IFDIR) @@ -164,7 +164,7 @@ static void ld_cleanup (void) { bfd_cache_close_all (); -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS plugin_call_cleanup (); #endif if (output_filename && delete_output_file_on_failure) @@ -323,10 +323,10 @@ main (int argc, char **argv) if (config.hash_table_size != 0) bfd_hash_set_default_size (config.hash_table_size); -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS /* Now all the plugin arguments have been gathered, we can load them. */ plugin_load_plugins (); -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ ldemul_set_symbols (); @@ -830,7 +830,7 @@ add_archive_element (struct bfd_link_info *info, (if enabled) may possibly alter it to point to a replacement BFD, but we still want to output the original BFD filename. */ orig_input = *input; -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS if (link_info.lto_plugin_active) { /* We must offer this archive member to the plugins to claim. */ @@ -851,7 +851,7 @@ add_archive_element (struct bfd_link_info *info, *subsbfd = input->the_bfd; } } -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ ldlang_add_file (input); diff --git a/ld/lexsup.c b/ld/lexsup.c index d84b334b34..65a9453185 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -39,9 +39,9 @@ #include "ldver.h" #include "ldemul.h" #include "demangle.h" -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS #include "plugin.h" -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ #ifndef PATH_SEPARATOR #if defined (__MSDOS__) || (defined (_WIN32) && ! defined (__CYGWIN32__)) @@ -174,7 +174,7 @@ static const struct ld_option ld_options[] = 'O', NULL, N_("Optimize output file"), ONE_DASH }, { {"out-implib", required_argument, NULL, OPTION_OUT_IMPLIB}, '\0', N_("FILE"), N_("Generate import library"), TWO_DASHES }, -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS { {"plugin", required_argument, NULL, OPTION_PLUGIN}, '\0', N_("PLUGIN"), N_("Load named plugin"), ONE_DASH }, { {"plugin-opt", required_argument, NULL, OPTION_PLUGIN_OPT}, @@ -190,7 +190,7 @@ static const struct ld_option ld_options[] = '\0', N_("PLUGIN"), N_("Load named plugin (ignored)"), ONE_DASH }, { {"plugin-opt", required_argument, NULL, OPTION_IGNORE}, '\0', N_("ARG"), N_("Send arg to last-loaded plugin (ignored)"), ONE_DASH }, -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ { {"fuse-ld=", required_argument, NULL, OPTION_IGNORE}, '\0', NULL, N_("Ignored for GCC linker option compatibility"), ONE_DASH }, @@ -1066,7 +1066,7 @@ parse_args (unsigned argc, char **argv) case OPTION_PRINT_OUTPUT_FORMAT: command_line.print_output_format = TRUE; break; -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS case OPTION_PLUGIN: plugin_opt_plugin (optarg); break; @@ -1074,7 +1074,7 @@ parse_args (unsigned argc, char **argv) if (plugin_opt_plugin_arg (optarg)) einfo (_("%F%P: bad -plugin-opt option\n")); break; -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ case 'q': link_info.emitrelocations = TRUE; break; @@ -1368,9 +1368,9 @@ parse_args (unsigned argc, char **argv) int level ATTRIBUTE_UNUSED = strtoul (optarg, &end, 0); if (*end) einfo (_("%F%P: invalid number `%s'\n"), optarg); -#ifdef ENABLE_PLUGINS +#if BFD_SUPPORTS_PLUGINS report_plugin_symbols = level > 1; -#endif /* ENABLE_PLUGINS */ +#endif /* BFD_SUPPORTS_PLUGINS */ } break; case 'v': diff --git a/ld/plugin.c b/ld/plugin.c index 60beacd062..b455af6d67 100644 --- a/ld/plugin.c +++ b/ld/plugin.c @@ -21,6 +21,7 @@ #include "sysdep.h" #include "libiberty.h" #include "bfd.h" +#if BFD_SUPPORTS_PLUGINS #include "bfdlink.h" #include "bfdver.h" #include "ctf-api.h" @@ -1462,3 +1463,4 @@ plugin_notice (struct bfd_link_info *info, abfd, section, value, flags); return TRUE; } +#endif /* BFD_SUPPORTS_PLUGINS */ diff --git a/ld/testplug.c b/ld/testplug.c index c126f03607..e386e8d478 100644 --- a/ld/testplug.c +++ b/ld/testplug.c @@ -20,6 +20,7 @@ #include "sysdep.h" #include "bfd.h" +#if BFD_SUPPORTS_PLUGINS #include "plugin-api.h" /* For ARRAY_SIZE macro only - we don't link the library itself. */ #include "libiberty.h" @@ -669,3 +670,4 @@ oncleanup (void) fflush (NULL); return cleanup_ret; } +#endif /* BFD_SUPPORTS_PLUGINS */ diff --git a/ld/testplug2.c b/ld/testplug2.c index 27553d0781..5b69d0e21b 100644 --- a/ld/testplug2.c +++ b/ld/testplug2.c @@ -21,6 +21,7 @@ #include "sysdep.h" #include "bfd.h" +#if BFD_SUPPORTS_PLUGINS #include "plugin-api.h" #include "filenames.h" /* For ARRAY_SIZE macro only - we don't link the library itself. */ @@ -669,3 +670,4 @@ oncleanup (void) fflush (NULL); return cleanup_ret; } +#endif /* BFD_SUPPORTS_PLUGINS */ diff --git a/ld/testplug3.c b/ld/testplug3.c index 928f4d6842..3b0e9b3b35 100644 --- a/ld/testplug3.c +++ b/ld/testplug3.c @@ -21,6 +21,7 @@ #include "sysdep.h" #include "bfd.h" +#if BFD_SUPPORTS_PLUGINS #include "plugin-api.h" #include "filenames.h" /* For ARRAY_SIZE macro only - we don't link the library itself. */ @@ -627,3 +628,4 @@ oncleanup (void) fflush (NULL); return cleanup_ret; } +#endif /* BFD_SUPPORTS_PLUGINS */ diff --git a/ld/testplug4.c b/ld/testplug4.c index ca899b11da..6e41f81298 100644 --- a/ld/testplug4.c +++ b/ld/testplug4.c @@ -21,6 +21,7 @@ #include "sysdep.h" #include "bfd.h" +#if BFD_SUPPORTS_PLUGINS #include "plugin-api.h" #include "filenames.h" /* For ARRAY_SIZE macro only - we don't link the library itself. */ @@ -675,3 +676,4 @@ oncleanup (void) fflush (NULL); return cleanup_ret; } +#endif /* BFD_SUPPORTS_PLUGINS */ -- Alan Modra Australia Development Lab, IBM