This is the mail archive of the gcc-patches@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]

_Unwind_Resume_or_Rethrow on HP-UX IA64


Richard,

I just ran into the issue of trying to build IA-64 HP-UX with the HP
unwind library and not finding the routine _Unwind_Resume_or_Rethrow.

I believe you had an idea for a workaround when using an unwind library
that didn't have this routine and would be OK for cases where
_Unwind_ForcedUnwind was not called, could you send that to me or let me
know how to implement it?  Right now most of my C++ tests fail to link
due to an unresolved symbol (_Unwind_Resume_or_Rethrow).

Steve Ellcey
sje@cup.hp.com


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