Index: bfdlink.h =================================================================== RCS file: /cvs/uberbaum/include/bfdlink.h,v retrieving revision 1.20 diff -u -p -2 -r1.20 bfdlink.h --- bfdlink.h 1 Jul 2002 08:04:47 -0000 1.20 +++ bfdlink.h 2 Jul 2002 07:47:09 -0000 @@ -330,4 +330,9 @@ struct bfd_link_info 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. */