* ld.texinfo: Document PowerPC and PowerPC64 options.
[deliverable/binutils-gdb.git] / ld / emultempl / sunos.em
index d8e576dacb2c6a1649a335a18b18b421bbdd33bf..a480558c90691679c4d5692d3c0f224b7131355d 100644 (file)
@@ -809,9 +809,9 @@ gld${EMULATION_NAME}_before_allocation (void)
        hdyn->u.def.section = sdyn;
       else
        hdyn->u.def.section = bfd_abs_section_ptr;
-
-      strip_excluded_output_sections ();
     }
+
+  before_allocation_default ();
 }
 
 /* This is called by the before_allocation routine via
@@ -1016,7 +1016,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
   gld${EMULATION_NAME}_get_script,
   "${EMULATION_NAME}",
   "${OUTPUT_FORMAT}",
-  NULL,        /* finish */
+  finish_default,
   gld${EMULATION_NAME}_create_output_section_statements,
   NULL,        /* open dynamic archive */
   NULL,        /* place orphan */
This page took 0.023197 seconds and 4 git commands to generate.