Replace calls to abort() with calls to internal_error().
[deliverable/binutils-gdb.git] / gdb / config / z8k / tm-z8k.h
index 544dea5936a4aac2dac792a7674dacebf13ed5ef..bd4bac54e66f82421160eee5902bbb4f49b5bfb6 100644 (file)
@@ -138,7 +138,7 @@ extern int z8k_saved_pc_after_call (struct frame_info *frame);
 /* Store the address of the place in which to copy the structure the
    subroutine will return.  This is called from call_function. */
 
-#define STORE_STRUCT_RETURN(ADDR, SP) abort();
+#define STORE_STRUCT_RETURN(ADDR, SP) internal_error (__FILE__, __LINE__, "failed internal consistency check");
 
 /* Extract from an array REGBUF containing the (raw) register state
    a function return value of type TYPE, and copy that, in virtual format,
@@ -152,7 +152,7 @@ extern int z8k_saved_pc_after_call (struct frame_info *frame);
 /* Write into appropriate registers a function return value
    of type TYPE, given in virtual format. */
 
-#define STORE_RETURN_VALUE(TYPE,VALBUF) abort();
+#define STORE_RETURN_VALUE(TYPE,VALBUF) internal_error (__FILE__, __LINE__, "failed internal consistency check");
 
 /* Extract from an array REGBUF containing the (raw) register state
    the address in which a function should return its structure value,
This page took 0.028909 seconds and 4 git commands to generate.