inadvertent .reloc sections caused by refactoring accident.
+2009-02-16 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't emit
+ inadvertent .reloc sections caused by refactoring accident.
+
2009-02-16 Alan Modra <amodra@bigpond.net.au>
* ldlang.c (process_insert_statements): ASSERT that output section
|| defined (TARGET_IS_arm_wince_pe)
if (!link_info.relocatable)
pe_dll_build_sections (link_info.output_bfd, &link_info);
- else
- pe_exe_build_sections (link_info.output_bfd, &link_info);
#else
if (link_info.shared)
pe_dll_build_sections (link_info.output_bfd, &link_info);
+ else
+ pe_exe_build_sections (link_info.output_bfd, &link_info);
#endif
#endif /* DLL_SUPPORT */