Home
last modified time | relevance | path

Searched refs:remove_output (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dar.c49 static void remove_output (void);
431 remove_output (void) in remove_output() function
751 xatexit (remove_output); in main()
DChangeLog-2004717 * ar.c (remove_output): Use bfd_cache_close.
DChangeLog-20051047 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
DChangeLog-91973000 (remove_output): New static function.
3001 (main): Call xatexit (remove_output). Call xexit rather than
/netbsd/src/external/gpl3/binutils/dist/ld/
DChangeLog-2011246 * ldmain.c (main): Replace remove_output with ld_cleanup in
927 * ldmain.c (remove_output): Rename to..
DChangeLog-20041273 * ldmain.c (remove_output): Call bfd_cache_close.
DChangeLog-20051502 * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
DChangeLog-9197558 * ldmain.c (remove_output): Declare.
1598 remove_output will do it anyhow.
5343 * ldmain.c (remove_output): Put it here (new function).
5345 (main): Register remove_output and preserve_output with atexit.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git74049 * ar.c (remove_output): Don't call bfd_cache_close.