This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/19461] hidden __eprintf referenced by DSO, gas+gld
- From: "hp at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2005 17:09:19 -0000
- Subject: [Bug bootstrap/19461] hidden __eprintf referenced by DSO, gas+gld
- References: <20050115184713.19461.hp@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From hp at gcc dot gnu dot org 2005-01-21 17:09 -------
Following up on comment #18, no GNU ld *is* used, it's just that
adding -print-prog-name=ld to the failing link says "/usr/ccs/bin/ld".
An otherwise harmless bug, likely a WONTFIX. :-) But that's another bug.
(There is no other ld in the newly build search path; what's used is
the link collect-ld, which points to ../ld/ld-new.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19461