Merge 15329:15546 from trunk
[reactos.git] / reactos / tools / rsym.c
index 9fc2c89..a69ef71 100644 (file)
@@ -420,6 +420,7 @@ IncludeRelocationsForSection(PIMAGE_SECTION_HEADER SectionHeader)
 {
   static char *BlacklistedSections[] =
     {
+      ".edata",
       ".idata",
       ".reloc"
     };