r112151 - in /branches/apple-local-200502-branc...
geoffk@gcc.gnu.org
geoffk@gcc.gnu.org
Thu Mar 16 21:01:00 GMT 2006
Author: geoffk
Date: Thu Mar 16 21:01:45 2006
New Revision: 112151
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112151
Log:
Index: gcc/ChangeLog.apple-ppc
2006-03-15 Geoffrey Keating <geoffk@apple.com>
Radar 3992198
* config/i386/darwin.h (C_COMMON_OVERRIDE_OPTIONS): New.
* config/rs6000/darwin.h (C_COMMON_OVERRIDE_OPTIONS): Call
SUBTARGET_C_COMMON_OVERRIDE_OPTIONS.
* config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): NEw.
* config/darwin-crt3.c: Be empty if __PIC__ is not defined.
Index: gcc/ChangeLog
2006-03-15 Geoffrey Keating <geoffk@apple.com>
Radar 3992198
* 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.
Index: gcc/testsuite/ChangeLog
2006-03-15 Geoffrey Keating <geoffk@apple.com>
Radar 3992198
* g++.old-deja/g++.other/init18.C: New.
* g++.old-deja/g++.other/init5.C: Remove xfail.
Added:
branches/apple-local-200502-branch/gcc/config/darwin-crt3.c
branches/apple-local-200502-branch/gcc/testsuite/g++.old-deja/g++.other/init18.C
Modified:
branches/apple-local-200502-branch/gcc/ChangeLog
branches/apple-local-200502-branch/gcc/ChangeLog.apple-ppc
branches/apple-local-200502-branch/gcc/config.gcc
branches/apple-local-200502-branch/gcc/config/darwin.h
branches/apple-local-200502-branch/gcc/config/i386/darwin.h
branches/apple-local-200502-branch/gcc/config/rs6000/darwin.h
branches/apple-local-200502-branch/gcc/config/rs6000/t-darwin
branches/apple-local-200502-branch/gcc/config/t-darwin
branches/apple-local-200502-branch/gcc/testsuite/ChangeLog
branches/apple-local-200502-branch/gcc/testsuite/g++.old-deja/g++.other/init5.C
More information about the Gcc-cvs
mailing list