* bfdlink.h (struct bfd_link_info): add new boolean
field pei386_auto_import.
This commit is contained in:
parent
8ceb7a1b8e
commit
3ede731b30
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
|
||||||
|
|
||||||
|
* bfdlink.h (struct bfd_link_info): add new boolean
|
||||||
|
field pei386_auto_import.
|
||||||
|
|
||||||
2001-08-01 Aldy Hernandez <aldyh@redhat.com>
|
2001-08-01 Aldy Hernandez <aldyh@redhat.com>
|
||||||
|
|
||||||
* opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.
|
* opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.
|
||||||
|
|
|
@ -274,6 +274,10 @@ struct bfd_link_info
|
||||||
|
|
||||||
/* May be used to set DT_FLAGS_1 for ELF. */
|
/* May be used to set DT_FLAGS_1 for ELF. */
|
||||||
bfd_vma flags_1;
|
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
|
/* This structures holds a set of callback functions. These are
|
||||||
|
|
Loading…
Reference in a new issue