aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2003-01-31 23:08:32 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2003-01-31 23:08:32 +0000
commit1f61a15d9e3cde5dbe910c23b045f300d03f3c6f (patch)
tree840cbf6dbb62eb90c5c7786a96c9d95ce5283c31 /gcc
parent9bc825c4bac44e0c7eabb39727c4741b6b1a9255 (diff)
downloadgcc-1f61a15d9e3cde5dbe910c23b045f300d03f3c6f.zip
gcc-1f61a15d9e3cde5dbe910c23b045f300d03f3c6f.tar.gz
gcc-1f61a15d9e3cde5dbe910c23b045f300d03f3c6f.tar.bz2
darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent change to LINK_COMMAND_SPEC in gcc.c.
* config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent change to LINK_COMMAND_SPEC in gcc.c. From-SVN: r62211
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/darwin.h3
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1fa4038..009dcb1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-31 Geoffrey Keating <geoffk@apple.com>
+
+ * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
+ change to LINK_COMMAND_SPEC in gcc.c.
+
2003-01-31 Jan Hubicka <jh@suse.cz>
PR c/9506
@@ -55,7 +60,6 @@
warnings.
(write_root): Cast gt_pch_n_S to suppress warning.
* Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
- * cp/Make-lang.in: Remove -Wno-error from cp/decl.o.
* config/rs6000/rs6000.c (print_operand): Mask off high bits only
when they might exist.
* config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index bebd741..c043c0c 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -190,7 +190,8 @@ Boston, MA 02111-1307, USA. */
%{!Zdynamiclib:%{A} %{e*} %{m} %{N} %{n} %{r} %{u*} %{x} %{z}} \
%{@:-o %f%u.out}%{!@:%{o*}%{!o:-o a.out}} \
%{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} \
- %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%G %L}} \
+ %{L*} %(link_libgcc) %o %{fprofile-arcs:-lgcov} \
+ %{!nostdlib:%{!nodefaultlibs:%G %L}} \
%{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} \
%{!--help:%{!no-c++filt|c++filt:| c++filt3 }} }}}}}}}}"