daily update
[binutils-gdb.git] / bfd / coff-i386.c
index e7c4e8a27942c6d5f957c88d0da7c346c2fd0c64..57c47d035489b059d4f5375b448a866bd4afba05 100644 (file)
@@ -195,7 +195,8 @@ static bfd_boolean in_reloc_p (abfd, howto)
      bfd * abfd ATTRIBUTE_UNUSED;
      reloc_howto_type *howto;
 {
-  return ! howto->pc_relative && howto->type != R_IMAGEBASE;
+  return ! howto->pc_relative && howto->type != R_IMAGEBASE
+        && howto->type != R_SECREL32;
 }
 #endif /* COFF_WITH_PE */