diff options
Diffstat (limited to 'gcc/config/alpha/unicosmk.h')
-rw-r--r-- | gcc/config/alpha/unicosmk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/alpha/unicosmk.h b/gcc/config/alpha/unicosmk.h index 02b3dde3db5..22a69d5f144 100644 --- a/gcc/config/alpha/unicosmk.h +++ b/gcc/config/alpha/unicosmk.h @@ -230,7 +230,7 @@ do { fprintf (FILE, "\tbr $1,0\n"); \ /* We don't support nested functions (yet). */ #undef TRAMPOLINE_TEMPLATE -#define TRAMPOLINE_TEMPLATE(FILE) abort () +#define TRAMPOLINE_TEMPLATE(FILE) gcc_unreachable () /* Specify the machine mode that this machine uses for the index in the tablejump instruction. On Unicos/Mk, we don't support relative case @@ -374,7 +374,7 @@ ssib_section (void) \ (Unicos/Mk does not use such vectors yet). */ #undef ASM_OUTPUT_ADDR_DIFF_ELT -#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) abort () +#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) gcc_unreachable () /* We can't output case vectors in the same section as the function code because CAM doesn't allow data definitions in code sections. Thus, we @@ -384,7 +384,7 @@ ssib_section (void) \ #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \ unicosmk_defer_case_vector ((LAB),(VEC)) -#define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) abort () +#define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) gcc_unreachable () /* This is how to output an assembler line that says to advance the location counter to a multiple of 2**LOG bytes. Annoyingly, CAM always uses zeroes |