From 69920bb5bd131f0d334b4eefc47fee7c5fec98a2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 14 Nov 2002 18:03:17 +0000 Subject: Add --enable-auto-import extension. --- include/bfdlink.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/bfdlink.h') diff --git a/include/bfdlink.h b/include/bfdlink.h index 4998fe3db..9263bcc12 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -340,6 +340,11 @@ struct bfd_link_info is explicitly requested by the user, -1 if enabled by default. */ int pei386_auto_import; + /* Non-zero if runtime relocs for DATA items with non-zero addends + in pei386 DLLs should be generated. Set to 1 if this feature + is explicitly requested by the user, -1 if enabled by default. */ + int pei386_runtime_pseudo_reloc; + /* True if non-PLT relocs should be merged into one reloc section and sorted so that relocs against the same symbol come together. */ boolean combreloc; -- cgit v1.2.3