Kill pthread_ops_hack
[deliverable/binutils-gdb.git] / ld / pe-dll.c
index ea84999cef7f82ac14cf075375b41e4309a2b2ed..bf4b5093336aa35ef450852b584348692fc3accc 100644 (file)
@@ -2242,6 +2242,7 @@ make_import_fixup_entry (const char *name,
   d2 = xmalloc (20);
   id2->contents = d2;
   memset (d2, 0, 20);
+  d2[0] = d2[16] = PE_IDATA5_SIZE; /* Reloc addend.  */
 
   quick_reloc (abfd, 0, BFD_RELOC_RVA, 1);
   quick_reloc (abfd, 12, BFD_RELOC_RVA, 2);
This page took 0.023661 seconds and 4 git commands to generate.