gcc gcc/ChangeLog gcc/config/darwin.h gcc/conf ...

geoffk@gcc.gnu.org geoffk@gcc.gnu.org
Sat Oct 30 03:59:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-ppc-branch
Changes by:	geoffk@gcc.gnu.org	2004-10-30 03:59:39

Modified files:
	gcc            : ChangeLog 
	gcc/config     : darwin.h 
	gcc/config/i386: darwin.h 
	gcc/config/rs6000: darwin.h 
	gcc/doc        : invoke.texi 
	libstdc++-v3   : ChangeLog acinclude.m4 configure configure.host 
	libstdc++-v3/config/os/bsd/darwin: ctype_base.h ctype_inline.h 
	                                   ctype_noninline.h 
	                                   os_defines.h 
	libstdc++-v3/include/c_std: std_cctype.h 
Added files:
	libstdc++-v3/config/locale/darwin: ctype_members.cc 

Log message:
	2004-10-29  Geoffrey Keating  <geoffk@apple.com>
	
	* configure.host (darwin*): Set os_include_dir to a separate directory
	for Darwin.
	* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add a new C locale kind,
	'darwin'.
	* config/locale/darwin/ctype_members.cc: New.
	* config/os/bsd/darwin/ctype_base.h: New.
	* config/os/bsd/darwin/ctype_inline.h: New.
	* config/os/bsd/darwin/ctype_noninline.h: New.
	* config/os/bsd/darwin/os_defines.h: New.
	
	2004-10-29  Geoffrey Keating  <geoffk@apple.com>
	
	* config/i386/darwin.h (ASM_SPEC): Simplify.
	(SUBTARGET_EXTRA_SPECS): Add darwin_subarch spec.
	* config/rs6000/darwin.h (DARWIN_SUBARCH_SPEC): New.
	(SUBTARGET_EXTRA_SPECS): Add darwin_subarch spec.
	* config/darwin.h (LINK_COMMAND_SPEC): Don't pass -arch here.
	(LINK_SPEC): Do pass -arch here.  Handle -force_cpusubtype_ALL
	in all cases.  Pass the right -arch or -arch_only based on -mcpu.
	(ASM_SPEC): Handle -force_cpusubtype_ALL.
	* doc/invoke.texi (Darwin Options): Improve documentation for
	Darwin linker (and libtool) switches.
	
	Bug #: 3853443 3858435 3072415

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.14646.2.151.2.24&r2=1.14646.2.151.2.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.30.2.28.2.37&r2=1.30.2.28.2.38
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/darwin.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.10.2.13&r2=1.1.2.10.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/darwin.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.21.2.18.2.35&r2=1.21.2.18.2.36
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.152.2.84.2.34&r2=1.152.2.84.2.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1248.2.49.2.7&r2=1.1248.2.49.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.209.2.30.2.4&r2=1.209.2.30.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.262.2.36.2.6&r2=1.262.2.36.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.host.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.5.2.12.2.4&r2=1.5.2.12.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/darwin/ctype_members.cc.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/bsd/darwin/ctype_base.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/bsd/darwin/ctype_inline.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/bsd/darwin/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/bsd/darwin/os_defines.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/c_std/std_cctype.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.5.4.3.4.2&r2=1.5.4.3.4.3



More information about the Libstdc++-cvs mailing list