This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Standardizing _Unwind_* error handling interfaces found inlibgcc_s.so
- From: George Kraft IV <gk4 at austin dot ibm dot com>
- To: lsb-spec at freestandards dot org
- Cc: lsb-confcall at lists dot sourceforge dot net, mark at codesourcery dot com, oldham at codesourcery dot com, gcc at gcc dot gnu dot org
- Date: 10 Oct 2002 10:47:20 -0500
- Subject: 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)