This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc gcc/ChangeLog gcc/collect2.c include/Chang ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	csl-arm-branch
Changes by:	mmitchel@gcc.gnu.org	2003-12-23 17:25:30

Modified files:
	gcc            : ChangeLog collect2.c 
	include        : ChangeLog libiberty.h 
	libiberty      : ChangeLog pex-common.h pex-win32.c 

Log message:
	* collect2.c (windows.h): Include.
	(dup2): Remove.
	(handler): Change prototype.
	(unhandled_filter): New funciton.
	(install_handlers): Likewise.
	(disable_break): Likewise.
	(enable_break): Likewise.
	(main): Call install_handlers rather than signal directly.
	(collect_execute): Use pexec.
	(scan_prog_file): Likewise.
	(scan_libraries): Likewise.
	
	* libiberty.h (pmkpipe): New function.
	(pexec): Likewise.
	(pexec_set_program_name): Likewise.
	(WIFSIGNALED): Define.
	(WTERMSIG): Likewise.
	(WIFEXITED): Likewise.
	(WEXITSTATUS): Likewise.
	(WSTOPSIG): Likewise.
	(WCOREDUMP): Likewise.
	
	* pex-common.c (STDERR_FILE_NO): Define.
	* pex-win32.c: Rework extensively.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=2.1568.2.10&r2=2.1568.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/collect2.c.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.154&r2=1.154.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/ChangeLog.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.146&r2=1.146.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/libiberty.h.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.35&r2=1.35.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/ChangeLog.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.467&r2=1.467.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/pex-common.h.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.1&r2=1.1.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/pex-win32.c.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.3&r2=1.3.10.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]