This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14580] [3.5 Regression] symbol emitted instead of a non_lazy_symbol
- From: "pinskia 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 Mar 2004 17:41:10 -0000
- Subject: [Bug target/14580] [3.5 Regression] symbol emitted instead of a non_lazy_symbol
- References: <20040315144015.14580.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-21 17:41 -------
Created an attachment (id=5963)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5963&action=view)
Patch which fixes it
Mine. Here is a patch which should workaround the problem. The correct fix is
have the back-end only determain when it the symbol needs to be a stub at the
last momement but that is not going to be done for a while so this just rejects
the references who is not local (stubs are considered local).
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14580