diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-10 19:41:39 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-10 19:41:39 +0000 |
commit | c28ce58fc2291a77c5739681461a3613b0d88db9 (patch) | |
tree | 642053a944acef1c72d5ef23609b4177b328cbd1 /gcc/ChangeLog-2010 | |
parent | 94d07e56916af715dd9a4f4cc158c7cd2b023a71 (diff) | |
download | gcc-c28ce58fc2291a77c5739681461a3613b0d88db9.tar.gz |
2010-08-17 Jack Howarth <howarth@bromo.med.uc.edu>
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168639 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog-2010')
-rw-r--r-- | gcc/ChangeLog-2010 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog-2010 b/gcc/ChangeLog-2010 index 2831cfbe6ea..2462691404b 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 <gerald@pfeifer.com> - + * doc/install.texi (Specific): Remove reference to interix.com. 2010-12-31 Paul Koning <ni1d@arrl.net> @@ -116,7 +116,7 @@ 2010-12-30 Paul Koning <ni1d@arrl.net> * config/pdp11/pdp11.md (movmemhi, movmemhi1): Correct - constraints. + constraints. * config/pdp11/pdp11.c (output_block_move): Rewrite. 2010-12-30 Jakub Jelinek <jakub@redhat.com> @@ -17250,6 +17250,7 @@ 2010-08-17 Jack Howarth <howarth@bromo.med.uc.edu> + 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. |