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 libiberty/ChangeLog libiberty/make-relativ ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	csl-arm-branch
Changes by:	mmitchel@gcc.gnu.org	2004-02-12 05:01:50

Modified files:
	libiberty      : ChangeLog make-relative-prefix.c 
	gcc            : ChangeLog gcc.c tlink.c 
	gcc/cp         : ChangeLog repo.c 

Log message:
	* make-relative-prefix.c (make_relative_prefix): Do not throw out
	the last component of PROG_DIRS if it is a directory name.
	
	* gcc.c (set_collect_gcc_options): Use double quotes instead of
	single quotes on Windows.
	* tlink.c (recompile_files): Do not assume that "rename" can
	overwrite an existing file.  Use "&&" as the command separator
	rather than ";".
	
	* repo.c (IDENTIFIER_REPO_USED): Use tree flag 5.
	(IDENTIFIER_REPO_CHOSEN): Use tree flag 6.
	(extract_string): Use double quotes, rather than single quotes, on
	Windows.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/ChangeLog.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.467.4.5&r2=1.467.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/make-relative-prefix.c.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.4&r2=1.4.16.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=2.1568.2.32&r2=2.1568.2.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcc.c.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.395.2.3&r2=1.395.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tlink.c.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.55&r2=1.55.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.3746.2.3&r2=1.3746.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/repo.c.diff?cvsroot=gcc&only_with_tag=csl-arm-branch&r1=1.48.8.1&r2=1.48.8.2


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