summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-11-14 18:03:17 +0000
committerNick Clifton <nickc@redhat.com>2002-11-14 18:03:17 +0000
commitef55fcee95f8bedd1f0648dbc7031d365aa2e298 (patch)
treea615bf9f5391d756ce047e86ce03c0694038d8dc /include
parent8c5c6154f2b10607a2905edeb2594e41e970a9b1 (diff)
downloadgdb-ef55fcee95f8bedd1f0648dbc7031d365aa2e298.tar.gz
Add --enable-auto-import extension.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/bfdlink.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 425f3db54cd..2dfed5ae4ce 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-14 Egor Duda <deo@logos-m.ru>
+
+ * bfdlink.h (struct bfd_link_info): Add new boolean
+ field pei386_runtime_pseudo_reloc.
+
2002-11-11 Svein E. Seldal <Svein.Seldal@solidas.com>
* opcode/tic4x.h: Added new opcodes and corrected some bugs. Add
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 4998fe3dbf7..9263bcc126d 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;