unwind-sjlj.c (_Unwind_GetDataRelBase): New.
* unwind-sjlj.c (_Unwind_GetDataRelBase): New. (_Unwind_GetTextRelBase): New. From-SVN: r42129
This commit is contained in:
parent
be079e1c08
commit
48941cb809
@ -1,3 +1,8 @@
|
|||||||
|
2001-05-15 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* unwind-sjlj.c (_Unwind_GetDataRelBase): New.
|
||||||
|
(_Unwind_GetTextRelBase): New.
|
||||||
|
|
||||||
2001-05-15 Mark Mitchell <mark@codesourcery.com>
|
2001-05-15 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* config/sparc/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
|
* config/sparc/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
|
||||||
|
@ -202,6 +202,19 @@ _Unwind_GetRegionStart (struct _Unwind_Context *context)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef __ia64__
|
||||||
|
_Unwind_Ptr
|
||||||
|
_Unwind_GetDataRelBase (struct _Unwind_Context *context)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
_Unwind_Ptr
|
||||||
|
_Unwind_GetTextRelBase (struct _Unwind_Context *context)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static inline _Unwind_Reason_Code
|
static inline _Unwind_Reason_Code
|
||||||
uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs)
|
uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs)
|
||||||
|
Loading…
Reference in New Issue
Block a user