diff options
author | Nick Clifton <nickc@redhat.com> | 2002-11-14 18:03:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-11-14 18:03:17 +0000 |
commit | 2fa9fc65a53ee02ca5dd15d12ebb903a22207051 (patch) | |
tree | a6328824cc23585fe7e6f92958f049f8dc0afca7 /include/bfdlink.h | |
parent | 2f62977e683fd566b7060848e0857e74f501def6 (diff) | |
download | gdb-2fa9fc65a53ee02ca5dd15d12ebb903a22207051.zip gdb-2fa9fc65a53ee02ca5dd15d12ebb903a22207051.tar.gz gdb-2fa9fc65a53ee02ca5dd15d12ebb903a22207051.tar.bz2 |
Add --enable-auto-import extension.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index 4998fe3..9263bcc 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; |