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

Re: Installation of unwind header


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


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