From: Charles Wilson Date: Thu, 2 Aug 2001 23:07:10 +0000 (+0000) Subject: * bfdlink.h (struct bfd_link_info): add new boolean X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3ede731b3062fb1b69bbc3fea0da685d46409d03;p=deliverable%2Fbinutils-gdb.git * bfdlink.h (struct bfd_link_info): add new boolean field pei386_auto_import. --- diff --git a/include/ChangeLog b/include/ChangeLog index 812e6fcde6..b76bfff5eb 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2001-08-02 Charles Wilson + + * bfdlink.h (struct bfd_link_info): add new boolean + field pei386_auto_import. + 2001-08-01 Aldy Hernandez * opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15. diff --git a/include/bfdlink.h b/include/bfdlink.h index 3308f826e8..56b1fe4586 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -274,6 +274,10 @@ struct bfd_link_info /* May be used to set DT_FLAGS_1 for ELF. */ bfd_vma flags_1; + + /* true if auto-import thunks for DATA items in pei386 DLLs + should be generated/linked against. */ + boolean pei386_auto_import; }; /* This structures holds a set of callback functions. These are