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/config.gcc gcc/config.in ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-local-200502-branch
Changes by:	geoffk@gcc.gnu.org	2005-09-07 23:06:34

Modified files:
	gcc            : ChangeLog config.gcc config.in configure 
	                 configure.ac gcc.c 
	gcc/config     : darwin-c.c darwin-protos.h darwin.c darwin.h 
	gcc/config/i386: darwin.h 
	gcc/config/rs6000: darwin.h 
	gcc/doc        : install.texi invoke.texi 
	gcc/testsuite/gcc.dg: builtins-18.c builtins-20.c 
	                      builtins-config.h 
	gcc/testsuite/gcc.dg/torture: builtin-convert-1.c 
	                              builtin-convert-2.c 
	                              builtin-convert-3.c 
	                              builtin-power-1.c 
	include        : ChangeLog libiberty.h 
	libiberty      : ChangeLog Makefile.in configure configure.ac 
Added files:
	gcc/config/rs6000: darwin7.h darwin8.h 
	gcc/testsuite/gcc.dg: darwin-version-1.c 
	libiberty      : strverscmp.c 
Removed files:
	gcc/config     : darwin7.h darwin8.h 

Log message:
	Merge from FSF:
	2005-08-31  Geoffrey Keating  <geoffk@apple.com>
	
	* doc/install.texi (Specific): Update cctools version required
	for full functionality.
	* config/darwin.h (LINK_SPEC): Pass -mmacosx-version-min to the
	linkers as -macosx_version_min.
	
	2005-07-07  Geoffrey Keating  <geoffk@apple.com>
	
	* config.gcc (*-*-darwin*): Only one target-specific header file
	for generic darwin.
	(powerpc-*-darwin*): Add version-specific header files.
	* configure.in (gcc_AC_CHECK_DECLS): Add strverscmp.
	* config.in: Regenerate.
	* configure: Regenerate.
	* gcc.c: Include xregex.h.
	(version_compare_spec_function): New.
	(spec_function): Add version-compare.
	(replace_outfile_spec_function): Reformat comment.
	(compare_version_strings): New.
	* config/darwin-c.c (version_as_macro): New.
	(builtin_define): New.
	(darwin_cpp_builtins): New.
	* config/darwin-protos.h (darwin_cpp_builtins): New.
	* config/darwin.h (CPP_SPEC): Don't define APPLE_CC here.
	(LIB_SPEC): Make unconditional, update comment.
	(TARGET_C99_FUNCTIONS): Define.
	* config/darwin.opt: Sort.
	(mmacosx-version-min=): New.
	* config/darwin7.h: Delete.
	* config/darwin8.h: Delete.
	* config/i386/darwin.h (): Call darwin_cpp_builtins.
	* config/rs6000/darwin.h (): Call darwin_cpp_builtins.
	(TARGET_C99_FUNCTIONS): Define.
	* config/rs6000/darwin7.h: New.
	* config/rs6000/darwin8.h: New.
	* doc/invoke.texi (Darwin Options): Add -mmacosx-version-min=
	(-mmacosx-version-min): Document.
	Bug #: 3449986
	Reviewed by: echristo

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=2.7489.2.22&r2=2.7489.2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.515.4.5&r2=1.515.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.in.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.202.8.1&r2=1.202.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.885.4.4&r2=1.885.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.ac.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=2.94.4.4&r2=2.94.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcc.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.446.4.8&r2=1.446.4.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin-c.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.16.10.8&r2=1.16.10.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin-protos.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.40.16.9&r2=1.40.16.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.107.6.15&r2=1.107.6.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.111.6.19&r2=1.111.6.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin7.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.4&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin8.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.2.12.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/darwin.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.23.8.14&r2=1.23.8.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/darwin7.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=NONE&r2=1.1.16.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/darwin8.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=NONE&r2=1.1.16.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/darwin.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.74.8.10&r2=1.74.8.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.333.4.3&r2=1.333.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.579.2.18&r2=1.579.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/darwin-version-1.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=NONE&r2=1.1.16.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/builtins-18.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.3&r2=1.3.58.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/builtins-20.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.4&r2=1.4.32.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/builtins-config.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.7&r2=1.7.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/torture/builtin-convert-1.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.2&r2=1.2.54.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/torture/builtin-convert-2.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.2&r2=1.2.50.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/torture/builtin-convert-3.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1&r2=1.1.50.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/torture/builtin-power-1.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.2&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/ChangeLog.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.170.2.2&r2=1.170.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/libiberty.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.40.28.1&r2=1.40.28.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/strverscmp.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=NONE&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/ChangeLog.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.541.2.2&r2=1.541.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/Makefile.in.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.105.8.1&r2=1.105.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/configure.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.84.8.1&r2=1.84.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/configure.ac.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.11.10.1&r2=1.11.10.2


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