[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2011-01-10 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45258 --- Comment #15 from Jack Howarth 2011-01-10 20:27:22 UTC --- Iain, I was referring to the conceptual problems of creating a version-compare-remove-outfile spec function. For any given OS release there is a different set of symlinks for libSys

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2011-01-10 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45258 Iain Sandoe changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #14 fr

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2011-01-10 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45258 --- Comment #13 from mrs at gcc dot gnu.org 2011-01-10 19:41:42 UTC --- Author: mrs Date: Mon Jan 10 19:41:39 2011 New Revision: 168639 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168639 Log: 2010-08-17 Jack Howarth PR target/4

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2011-01-10 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45258 Jack Howarth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2011-01-10 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45258 Ralf Wildenhues changed: What|Removed |Added CC||howarth at nitro dot

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2010-08-12 Thread howarth at nitro dot med dot uc dot edu
--- Comment #10 from howarth at nitro dot med dot uc dot edu 2010-08-12 11:23 --- Posted patches to http://gcc.gnu.org/ml/gcc-patches/2010-08/msg00886.html and http://gcc.gnu.org/ml/gcc-patches/2010-08/msg00887.html. Testsuite results posted at http://gcc.gnu.org/ml/gcc-testresults/2010

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2010-08-11 Thread howarth at nitro dot med dot uc dot edu
--- Comment #9 from howarth at nitro dot med dot uc dot edu 2010-08-12 05:52 --- The remove_outfile.diff patch has the additional advantage of also eliminating the gcc.dg/torture/builtin-math-7.c failures. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45258

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2010-08-11 Thread howarth at nitro dot med dot uc dot edu
--- Comment #8 from howarth at nitro dot med dot uc dot edu 2010-08-12 04:12 --- These patches also appear to clean up the linkages on libstdc++.6.dylib and libgfortran.3.dylib so that now libSystem is properly at the end of the linkage. It will be interesting to see if these patches he

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2010-08-11 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2010-08-12 04:02 --- The combination of the remove_outfile.diff and libjava_lm_lpthread_cleanup.diff patches eliminates the incorrect linkage position of libSystem in the libjava shared libraries on darwin. Will regression test

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2010-08-11 Thread howarth at nitro dot med dot uc dot edu
--- Comment #6 from howarth at nitro dot med dot uc dot edu 2010-08-12 04:00 --- Created an attachment (id=21467) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21467&action=view) patch to eliminate remaining -lm and -lpthread usage in libjava build -- http://gcc.gnu.org/bugzi

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2010-08-11 Thread howarth at nitro dot med dot uc dot edu
--- Comment #5 from howarth at nitro dot med dot uc dot edu 2010-08-12 03:42 --- Created an attachment (id=21466) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21466&action=view) final patch to add remove-outfile support for darwin. -- howarth at nitro dot med dot uc dot edu c

[Bug target/45258] linkage on -ldl, -lm and -lpthread should be purged from darwin build

2010-08-11 Thread howarth at nitro dot med dot uc dot edu
--- Comment #4 from howarth at nitro dot med dot uc dot edu 2010-08-12 03:41 --- Opps. Forgot about -ldl. -- howarth at nitro dot med dot uc dot edu changed: What|Removed |Added -