This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/14580] [3.5 Regression] symbol emitted instead of a non_lazy_symbol


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]