r208724 - in /branches/gomp-4_0-branch/gcc: Cha...

bernds@gcc.gnu.org bernds@gcc.gnu.org
Thu Mar 20 16:59:00 GMT 2014


Author: bernds
Date: Thu Mar 20 16:59:52 2014
New Revision: 208724

URL: http://gcc.gnu.org/viewcvs?rev=208724&root=gcc&view=rev
Log:
	* Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
	(lto-wrapper$(exeext)): Link with collect-utils.o.
	* collect-utils.c: New file.
	* collect-utils.h: New file.
	* lto-wrapper.c: Include "collect-utils.h".
	(args_name): Delete variable.
	(tool_name): New variable.
	(tool_cleanup): New function.
	(maybe_unlink): Renamed from maybe_unlink_file.  All callers changed.
	(lto_wrapper_cleanup, fatal_signal, fatal, fatal_perror,
	collect_execute, collect_wait, fork_execute): Remove functions.

Added:
    branches/gomp-4_0-branch/gcc/collect-utils.c
    branches/gomp-4_0-branch/gcc/collect-utils.h
Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog
    branches/gomp-4_0-branch/gcc/Makefile.in
    branches/gomp-4_0-branch/gcc/lto-wrapper.c



More information about the Gcc-cvs mailing list