summaryrefslogtreecommitdiff
path: root/ld/ldmain.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-08-04 20:47:45 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-08-04 20:47:45 +0000
commit316ac3fdde0c90b88847ac4c8afc02039d5a1510 (patch)
tree36b94eb6f8fe3012026e45dd011898c9af03ebc4 /ld/ldmain.c
parent71a846792ed21963ac80fc27f73ae414cc171367 (diff)
downloadbinutils-redhat-316ac3fdde0c90b88847ac4c8afc02039d5a1510.tar.gz
Replace remove_output with ld_cleanup in comments.
2011-08-04 H.J. Lu <hongjiu.lu@intel.com> * ldmain.c (main): Replace remove_output with ld_cleanup in comments.
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r--ld/ldmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c
index ec9dcff4ff..1b84835407 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);