Work around broken binutils which creates relocation

entries for the Export Table.

svn path=/branches/xmlbuildsystem/; revision=15298
This commit is contained in:
Gé van Geldorp
2005-05-15 09:38:53 +00:00
parent 982dce03b5
commit a0b63f65da
+1
View File
@@ -407,6 +407,7 @@ IncludeRelocationsForSection(PIMAGE_SECTION_HEADER SectionHeader)
{
static char *BlacklistedSections[] =
{
".edata",
".idata",
".reloc"
};