diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-08-04 20:47:46 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-08-04 20:47:46 +0000 |
commit | 4309cbf2b121cd331d5ed2910329f369d851f1bf (patch) | |
tree | e556aa4331fa3f44f0cc81b52654f8bdbd77965f /ld/ldmain.c | |
parent | cfba7fd51615afc56e59beb9a0f91804ff0c3f1b (diff) | |
download | gdb-4309cbf2b121cd331d5ed2910329f369d851f1bf.zip gdb-4309cbf2b121cd331d5ed2910329f369d851f1bf.tar.gz gdb-4309cbf2b121cd331d5ed2910329f369d851f1bf.tar.bz2 |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c index ec9dcff..1b84835 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); |