Work around broken binutils which creates relocation
entries for the Export Table.
Modified: branches/xmlbuildsystem/reactos/tools/rsym.c

Modified: branches/xmlbuildsystem/reactos/tools/rsym.c
--- branches/xmlbuildsystem/reactos/tools/rsym.c	2005-05-15 09:30:25 UTC (rev 15297)
+++ branches/xmlbuildsystem/reactos/tools/rsym.c	2005-05-15 09:38:53 UTC (rev 15298)
@@ -407,6 +407,7 @@
 {
   static char *BlacklistedSections[] =
     {
+      ".edata",
       ".idata",
       ".reloc"
     };