[Bug target/38448] referenced external symbol not marked weak for ppc64

2008-12-08 Thread ebotcazou at gcc dot gnu dot org


--- Comment #4 from ebotcazou at gcc dot gnu dot org  2008-12-08 23:11 
---
> Your sparc patch referenced in comment #1 fixes this powerpc64-linux failure. 
> Are you planning to push for it to be accepted for 4.4?

Already done yesterday: http://gcc.gnu.org/ml/gcc-patches/2008-12/msg00418.html


-- 

ebotcazou at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2008-12-08 23:11:35
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38448



[Bug target/38448] referenced external symbol not marked weak for ppc64

2008-12-08 Thread janis at gcc dot gnu dot org


--- Comment #3 from janis at gcc dot gnu dot org  2008-12-08 22:03 ---
Eric,

Your sparc patch referenced in comment #1 fixes this powerpc64-linux failure. 
Are you planning to push for it to be accepted for 4.4?  In 

  http://gcc.gnu.org/ml/gcc-patches/2008-12/msg00500.html

Mark Mitchell says that it's probably a reasonable short-term solution, and it
seems better than a hack in yet another backend.


-- 

janis at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||ebotcazou at gcc dot gnu dot
   ||org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38448



[Bug target/38448] referenced external symbol not marked weak for ppc64

2008-12-08 Thread janis at gcc dot gnu dot org


--- Comment #2 from janis at gcc dot gnu dot org  2008-12-08 20:43 ---
Either of the suggestions in comment #1 fixes this, thanks!


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38448



[Bug target/38448] referenced external symbol not marked weak for ppc64

2008-12-08 Thread jakub at gcc dot gnu dot org


--- Comment #1 from jakub at gcc dot gnu dot org  2008-12-08 19:49 ---
Either:
http://gcc.gnu.org/ml/gcc-patches/2008-11/msg01218.html
or call
mark_symbol_refs_as_used (x);
at the very end of output_toc in rs6000.c.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38448