RosBE/Patches/binutils-2.18.50.10-15-2007-snapshot-hpoussin.patch
Colin Finck cfe1a1156b Create a "RosBE" folder and move the "RosBE-Windows" and "RosBE-Unix" folders there. The new "RosBE" folder can now contain shared stuff.
Move the "Patches" folder from "RosBE-Windows" to this folder as well, since we plan to use exactly the same Build Tools codebase and patches for the Windows and the Unix version now.

svn path=/trunk/tools/RosBE/; revision=515
2007-11-08 21:25:55 +00:00

16 lines
495 B
Diff

--- ld/pe-dll.c Mon Aug 06 08:32:08 2007
+++ ld/pe-dll.c Tue Oct 16 18:47:02 2007
@@ -598,10 +598,9 @@
}
}
- /* If we are not building a DLL, when there are no exports
+ /* If there are no exports
we do not build an export table at all. */
- if (!pe_dll_export_everything && pe_def_file->num_exports == 0
- && info->executable)
+ if (!pe_dll_export_everything && pe_def_file->num_exports == 0)
return;
/* Now, maybe export everything else the default way. */