From 75b023da2823fe41362243c8c9abf9201e677c44 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Mon, 10 Jan 2011 19:41:39 +0000 Subject: [PATCH] re PR target/45258 (linkage on -ldl, -lm and -lpthread should be purged from darwin build) 2010-08-17 Jack Howarth PR target/45258 * gcc.c (spec_function): Add remove-outfile. (remove_outfile_spec_function): New function. * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread. * invoke.texi (replace-outfile): Document. From-SVN: r168639 --- gcc/ChangeLog-2010 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog-2010 b/gcc/ChangeLog-2010 index 2831cfb..2462691 100644 --- a/gcc/ChangeLog-2010 +++ b/gcc/ChangeLog-2010 @@ -16,7 +16,7 @@ * doc/sourcebuild.texi (Top Level): Adjust link to libgo. 2010-12-31 Gerald Pfeifer - + * doc/install.texi (Specific): Remove reference to interix.com. 2010-12-31 Paul Koning @@ -116,7 +116,7 @@ 2010-12-30 Paul Koning * config/pdp11/pdp11.md (movmemhi, movmemhi1): Correct - constraints. + constraints. * config/pdp11/pdp11.c (output_block_move): Rewrite. 2010-12-30 Jakub Jelinek @@ -17250,6 +17250,7 @@ 2010-08-17 Jack Howarth + PR target/45258 * gcc.c (spec_function): Add remove-outfile. (remove_outfile_spec_function): New function. * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread. -- 2.7.4