unwind-sjlj.c (_Unwind_GetDataRelBase): New.
authorRichard Henderson <rth@redhat.com>
Wed, 16 May 2001 03:08:28 +0000 (20:08 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 16 May 2001 03:08:28 +0000 (20:08 -0700)
        * unwind-sjlj.c (_Unwind_GetDataRelBase): New.
        (_Unwind_GetTextRelBase): New.

From-SVN: r42129

gcc/ChangeLog
gcc/unwind-sjlj.c

index e1b1c6ab3d8399d4c12b30b11d0437301f7ca14c..b624dbfcb2b0daf0f6cf360cba98cd9e8ae3601b 100644 (file)
@@ -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>
 
        * config/sparc/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
index 662968bd001665f0463e9c7829ba7a529e591f97..a6360a1720e28a5a77afc2fbfe579ee8a52916e4 100644 (file)
@@ -202,6 +202,19 @@ _Unwind_GetRegionStart (struct _Unwind_Context *context)
   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
 \f
 static inline _Unwind_Reason_Code
 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs)