Installation of unwind header

Andreas Jaeger aj@suse.de
Tue Feb 11 07:28:00 GMT 2003


Andrew Haley <aph@redhat.com> writes:

> Michael Matz writes:
>  > 
>  > to support programs which also need to unwind stack frames we would like
>  > to install gcc/gcc/unwind.h.  Possibly under a different name, and maybe
>  > slightly changed.
>
> I presume you'd need to add some things to the list of libgcc exports.
> What new symbols would you need to export?  What data structures?

Those symbols that are part of the ia64 and the x86-64 ABIs:

_Unwind_RaiseException
_Unwind_Resume
_Unwind_DeleteException
_Unwind_GetGR
_Unwind_SetGR
_Unwind_GetIP
_Unwind_SetIP
_Unwind_GetRegionStart
_Unwind_GetLanguageSpecificData
_Unwind_ForcedUnwind

together with the data types Unwind_Exception and _Unwind_Context,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Gcc mailing list