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/11609] testcase gcc.dg/cleanup-5.c fails to link, undefined reference to `__gcc_personality_sj0'


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-20 21:25:03
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-20 21:25 -------
The reason why it passes under powerpc and not sh4 is that powerpc supports dwarf exceptions.


I think the fix is to add __gcc_personality_sj0 and __gcc_personality_v0
into libgcc-std.ver under GCC_3.3.1 (new), like the patch does except the patch is not right.


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