From: H.J. Lu Date: Thu, 4 Aug 2011 20:47:46 +0000 (+0000) Subject: Replace remove_output with ld_cleanup in comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4309cbf2b121cd331d5ed2910329f369d851f1bf;p=binutils-gdb.git Replace remove_output with ld_cleanup in comments. 2011-08-04 H.J. Lu * ldmain.c (main): Replace remove_output with ld_cleanup in comments. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index b51bf9bc018..2b217b55321 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2011-08-04 H.J. Lu + + * ldmain.c (main): Replace remove_output with ld_cleanup in + comments. + 2011-07-26 Alan Modra * emulparams/elf32ppc.sh: Source plt_unwind.sh. diff --git a/ld/ldmain.c b/ld/ldmain.c index ec9dcff4ffd..1b84835407c 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -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);