r112121 - in /trunk/gcc: ChangeLog config.gcc c...
geoffk@gcc.gnu.org
geoffk@gcc.gnu.org
Thu Mar 16 02:37:00 GMT 2006
Author: geoffk
Date: Thu Mar 16 02:37:09 2006
New Revision: 112121
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112121
Log:
2006-03-15 Geoffrey Keating <geoffk@apple.com>
* config.gcc (*-*-darwin*): Don't build crt2.o for all Darwin ports.
Do switch on default_use_cxa_atexit.
(powerpc*-*-darwin*): Build crt2.o on powerpc.
* config/darwin-crt3.o: New.
* config/darwin.h (LINK_SPEC): If -shared-libgcc, make linker default
to 10.3. Pass '-multiply_defined suppress' if crt3.o is in use.
(STARTFILE_SPEC): Add crt3.o when -shared-libgcc and appropriate
OS version.
* config/rs6000/t-darwin: Move crt2.o building to here.
* config/rs6000/darwin.h (C_COMMON_OVERRIDE_OPTIONS): Update
Mac OS version for using __cxa_get_exception_ptr. Don't test versions
of __cxa_atexit.
2006-03-15 Geoffrey Keating <geoffk@apple.com>
* g++.old-deja/g++.other/init18.C: New.
* g++.old-deja/g++.other/init5.C: Remove xfail.
Added:
trunk/gcc/config/darwin-crt3.c
trunk/gcc/testsuite/g++.old-deja/g++.other/init18.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config.gcc
trunk/gcc/config/darwin.h
trunk/gcc/config/rs6000/darwin.h
trunk/gcc/config/rs6000/t-darwin
trunk/gcc/config/t-darwin
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.old-deja/g++.other/init5.C
More information about the Gcc-cvs
mailing list