gdb: fix building on Darwin 9
[deliverable/binutils-gdb.git] / ld / ldemul.c
index 5e2fd82a0dd82fb3c2871ed2480b9bb44b26a9e6..85baeab325885696431ac428bd4b33f3c010e8a6 100644 (file)
@@ -237,7 +237,7 @@ after_allocation_default (void)
 void
 before_allocation_default (void)
 {
-  if (!link_info.relocatable && !link_info.emitrelocations)
+  if (!link_info.relocatable)
     strip_excluded_output_sections ();
 }
 
This page took 0.024268 seconds and 4 git commands to generate.