Add --enable-auto-import extension.

This commit is contained in:
Nick Clifton
2002-11-14 18:03:17 +00:00
parent 2f62977e68
commit 2fa9fc65a5
8 changed files with 224 additions and 45 deletions

View File

@@ -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;