OSDN Git Service

Add --enable-auto-import extension.
authorNick Clifton <nickc@redhat.com>
Thu, 14 Nov 2002 18:03:17 +0000 (18:03 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 14 Nov 2002 18:03:17 +0000 (18:03 +0000)
include/ChangeLog
include/bfdlink.h

index 425f3db..2dfed5a 100644 (file)
@@ -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
index 4998fe3..9263bcc 100644 (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;