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]

Standardizing _Unwind_* error handling interfaces found inlibgcc_s.so


The following _Unwind C++ error handling interfaces found in libgcc_s.so
are being added to the LSB's ABI for v1.3.  Please review, then submit
your comments.

http://www.linuxbase.org/spec/wip/wip/libgcc-sman.html

(give the above link until Friday 10/11/02 to refresh)

https://sourceforge.net/tracker/?func=add&group_id=1107&atid=101107

_Unwind_DeleteException -- private C++ error handling method
_Unwind_Find_FDE -- private C++ error handling method
_Unwind_GetGR -- private C++ error handling method
_Unwind_GetIP -- private C++ error handling method
_Unwind_GetLanguageSpecificData -- private C++ error handling method
_Unwind_GetRegionStart -- private C++ error handling method
_Unwind_RaiseException -- private C++ error handling method
_Unwind_Resume -- private C++ error handling method
_Unwind_SetGR -- private C++ error handling method
_Unwind_SetIP -- private C++ error handling method

_Unwind_GetDataRelBase -- private IA64 C++ error handling method
_Unwind_GetTextRelBase -- private IA64 C++ error handling method

Also, if anyone has any tests cases they could offer, then that would be
great.

Thanks,

George (gk4)




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