mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
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.
This commit is contained in:
parent
cfba7fd516
commit
4309cbf2b1
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user