OSDN Git Service

* unwind-dw2-fde-glibc.c (base_from_cb_data,
[pf3gnuchains/gcc-fork.git] / gcc / unwind.h
index 7244fd4..978b9f0 100644 (file)
@@ -214,8 +214,7 @@ _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
 static inline _Unwind_Ptr
 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
 {
-  abort ();
-  return 0;
+  gcc_unreachable ();
 }
 
 /* @@@ Retrieve the Backing Store Pointer of the given context.  */