From: Devang Patel Date: Tue, 6 Apr 2004 18:48:47 +0000 (-0700) Subject: re PR target/14467 (Compiling on Mac OS X 10.1.5 broken) X-Git-Tag: releases/gcc-3.3.4~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=839a39243748ffef827cac1adfdc1adf493835e7;p=thirdparty%2Fgcc.git re PR target/14467 (Compiling on Mac OS X 10.1.5 broken) PR 14467 * config/darwin.h (LINK_COMMAND_SPEC): Use c++filt instead of c++filt3. From-SVN: r80462 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 622cb75f2e5f..2f5102f61436 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-04-06 Devang Patel + + PR 14467 + * config/darwin.h (LINK_COMMAND_SPEC): Use c++filt instead of c++filt3. + 2004-03-25 Ulrich Weigand * expr.c (store_constructor): Use gen_int_mode to correctly diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index c4b752696021..ca57bc3e3b31 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -192,7 +192,7 @@ Boston, MA 02111-1307, USA. */ %{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} \ %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%G %L}} \ %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} \ - %{!--help:%{!no-c++filt|c++filt:| c++filt3 }} }}}}}}}}" + %{!--help:%{!no-c++filt|c++filt:| c++filt }} }}}}}}}}" /* Please keep the random linker options in alphabetical order (modulo 'Z' and 'no' prefixes). Options that can only go to one of libtool