From a0b63f65daa5dc56a125a9f376567edcbc29fbd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sun, 15 May 2005 09:38:53 +0000 Subject: [PATCH] Work around broken binutils which creates relocation entries for the Export Table. svn path=/branches/xmlbuildsystem/; revision=15298 --- reactos/tools/rsym.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/tools/rsym.c b/reactos/tools/rsym.c index 46405bf0921..1b61aaaa1f8 100644 --- a/reactos/tools/rsym.c +++ b/reactos/tools/rsym.c @@ -407,6 +407,7 @@ IncludeRelocationsForSection(PIMAGE_SECTION_HEADER SectionHeader) { static char *BlacklistedSections[] = { + ".edata", ".idata", ".reloc" };