diff options
Diffstat (limited to 'gcc/libfuncs.h')
-rw-r--r-- | gcc/libfuncs.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/libfuncs.h b/gcc/libfuncs.h index 9060b99907f..59e594e801e 100644 --- a/gcc/libfuncs.h +++ b/gcc/libfuncs.h @@ -139,12 +139,6 @@ enum libfunc_index LTI_fixunstfdi, LTI_fixunstfti, - LTI_chkr_check_addr, - LTI_chkr_set_right, - LTI_chkr_copy_bitmap, - LTI_chkr_check_exec, - LTI_chkr_check_str, - LTI_profile_function_entry, LTI_profile_function_exit, @@ -272,12 +266,6 @@ extern rtx libfunc_table[LTI_MAX]; #define fixunstfdi_libfunc (libfunc_table[LTI_fixunstfdi]) #define fixunstfti_libfunc (libfunc_table[LTI_fixunstfti]) -#define chkr_check_addr_libfunc (libfunc_table[LTI_chkr_check_addr]) -#define chkr_set_right_libfunc (libfunc_table[LTI_chkr_set_right]) -#define chkr_copy_bitmap_libfunc (libfunc_table[LTI_chkr_copy_bitmap]) -#define chkr_check_exec_libfunc (libfunc_table[LTI_chkr_check_exec]) -#define chkr_check_str_libfunc (libfunc_table[LTI_chkr_check_str]) - #define profile_function_entry_libfunc (libfunc_table[LTI_profile_function_entry]) #define profile_function_exit_libfunc (libfunc_table[LTI_profile_function_exit]) |