Replace remove_output with ld_cleanup in comments.
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 4 Aug 2011 20:47:46 +0000 (20:47 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 4 Aug 2011 20:47:46 +0000 (20:47 +0000)
2011-08-04  H.J. Lu  <hongjiu.lu@intel.com>

* ldmain.c (main): Replace remove_output with ld_cleanup in
comments.

ld/ChangeLog
ld/ldmain.c

index b51bf9bc0180cb0c7bde83b9d6fd93a4bc71125b..2b217b5532113faa90dc047030d30b6c03acb2c6 100644 (file)
@@ -1,3 +1,8 @@
+2011-08-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ldmain.c (main): Replace remove_output with ld_cleanup in
+       comments.
+
 2011-07-26  Alan Modra  <amodra@gmail.com>
 
        * emulparams/elf32ppc.sh: Source plt_unwind.sh.
index ec9dcff4ffd91b44ae3bb4cc2492e1f07ba56663..1b84835407cbaa5d6656c2b4600f86be6f5caa02 100644 (file)
@@ -491,7 +491,7 @@ main (int argc, char **argv)
        einfo (_("%P: link errors found, deleting executable `%s'\n"),
               output_filename);
 
-      /* The file will be removed by remove_output.  */
+      /* The file will be removed by ld_cleanup.  */
       xexit (1);
     }
   else
@@ -564,7 +564,7 @@ main (int argc, char **argv)
       fflush (stderr);
     }
 
-  /* Prevent remove_output from doing anything, after a successful link.  */
+  /* Prevent ld_cleanup from doing anything, after a successful link.  */
   output_filename = NULL;
 
   xexit (0);
This page took 0.028231 seconds and 4 git commands to generate.