From ccd3cc0992d44f973e5447a4b99d0df1f2a3d89e Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Mon, 21 May 2007 20:54:46 +0000 Subject: [PATCH] darwin.h (LINK_COMMAND_SPEC): Add .cxx for dsymutil handling as well. * config/darwin.h (LINK_COMMAND_SPEC): Add .cxx for dsymutil handling as well. * config/darwin9.h (LINK_COMMAND_SPEC): Likewise. Radar 5214697 From-SVN: r124909 --- gcc/ChangeLog | 6 ++++++ gcc/config/darwin.h | 2 +- gcc/config/darwin9.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f94c125fb46..1b41fd4faf0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2007-05-21 Mike Stump + + * config/darwin.h (LINK_COMMAND_SPEC): Add .cxx for dsymutil + handling as well. + * config/darwin9.h (LINK_COMMAND_SPEC): Likewise. + 2007-05-21 Uros Bizjak * config/i386/tmmintrin.h (_mm_alignr_epi8): Provide macro diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 773787e3d29..497d761f2eb 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -241,7 +241,7 @@ extern GTY(()) int darwin_ms_struct; %{!nostdlib:%{!nodefaultlibs:%(link_ssp) %G %L}} \ %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} }}}}}}}\n\ %{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\ - %{.c|.cc|.C|.cpp|.c++|.CPP|.m|.mm: \ + %{.c|.cc|.C|.cpp|.c++|.cxx|.CPP|.m|.mm: \ %{gdwarf-2:%{!gstabs*:%{!g0: dsymutil %{o*:%*}%{!o:a.out}}}}}}}}}}}}" #ifdef TARGET_SYSTEM_ROOT diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h index 3d33347b862..05bab51ae35 100644 --- a/gcc/config/darwin9.h +++ b/gcc/config/darwin9.h @@ -15,7 +15,7 @@ %{!nostdlib:%{!nodefaultlibs:%(link_ssp) %G %L}} \ %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} }}}}}}}\n\ %{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\ - %{.c|.cc|.C|.cpp|.c++|.CPP|.m|.mm: \ + %{.c|.cc|.C|.cpp|.c++|.cxx|.CPP|.m|.mm: \ %{g*:%{!gstabs*:%{!g0: dsymutil %{o*:%*}%{!o:a.out}}}}}}}}}}}}" /* The linker can generate branch islands. */ -- 2.30.2