[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2015-12-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2015-10-18 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 --- Comment #9 from Iain Sandoe --- Author: iains Date: Sun Oct 18 10:33:37 2015 New Revision: 228942 URL: https://gcc.gnu.org/viewcvs?rev=228942&root=gcc&view=rev Log: Fix PR63758 by using the _NSGetEnviron() API on Darwin include/ Ro

[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2015-09-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 --- Comment #8 from Iain Sandoe --- posted as https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00447.html with Eric's suggested move of environ.h -> include/ checked with a bootstrap on darwin12 that libiberty.a only contains references to _NSGetEnv

[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2015-09-03 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment

[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2015-09-03 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 --- Comment #6 from Iain Sandoe --- (In reply to Nick Clifton from comment #5) > Ping ? > > The patch works for us, and fixes a problem that a customer was having, so > we would really like to see it checked in. If I don't hear anything by the

[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2015-09-03 Thread nickc at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #5 fr

[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2014-12-22 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 Iain Sandoe changed: What|Removed |Added Attachment #33903|0 |1 is obsolete|

[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2014-11-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 --- Comment #3 from Iain Sandoe --- I'm not disputing that the code is wrong… … and the change that you've put forward looks reasonable. However, I'm not finding it easy to reproduce any failure - I've got a cross from darwin12 => x86-64-linux-

[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2014-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 Richard Biener changed: What|Removed |Added Keywords||lto Status|UNCONFIRMED

[Bug other/63758] liblto_plugin.so has undefined reference to _environ on OSX

2014-11-05 Thread roland at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63758 --- Comment #1 from roland at gnu dot org --- Created attachment 33903 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33903&action=edit proposed patch This patch fixes it on OSX. I haven't verified it on a wide variety of configurations.