2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
[deliverable/binutils-gdb.git] / ld / ldmain.c
index dd79c23a8eab9cc20264717e36bdbea13e6350b6..c8a75d6f9e18aee21ea323db056a8696f80e8b8d 100644 (file)
@@ -212,7 +212,7 @@ main (int argc, char **argv)
     {
       if (*TARGET_SYSTEM_ROOT == 0)
        {
-         einfo ("%P%F: this linker was not configured to use sysroots");
+         einfo ("%P%F: this linker was not configured to use sysroots\n");
          ld_sysroot = "";
        }
       else
@@ -474,6 +474,8 @@ main (int argc, char **argv)
   if (nocrossref_list != NULL)
     check_nocrossrefs ();
 
+  lang_finish ();
+
   /* Even if we're producing relocatable output, some non-fatal errors should
      be reported in the exit status.  (What non-fatal errors, if any, do we
      want to ignore for relocatable output?)  */
This page took 0.025073 seconds and 4 git commands to generate.