From b76f4c1c79e7a5e317d505ac09de3614c8179857 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 1 Jun 2005 06:52:51 +0000 Subject: [PATCH] sh-protos.h (sh_pch_valid_p): Delete. * config/sh/sh-protos.h (sh_pch_valid_p): Delete. (missing from yesterday's checkin) From-SVN: r100429 --- gcc/ChangeLog | 2 +- gcc/config/sh/sh-protos.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec3b7d624c2..ab0bf7a8b70 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -173,7 +173,7 @@ * target-def.h (TARGET_CHECK_PCH_TARGET_FLAGS): New macro. (TARGET_INITIALIZER): Include it. * toplev.c (default_pch_valid_p): Use targetm.check_pch_target_flags. - * config/sh/sh.h (sh_pch_valid_p): Delete. + * config/sh/sh-protos.h (sh_pch_valid_p): Delete. * config/sh/sh.c (TARGET_PCH_VALID_P, sh_pch_valid_p): Delete. (sh_check_pch_target_flags): New function. (TARGET_CHECK_PCH_TARGET_FLAGS): Override default. diff --git a/gcc/config/sh/sh-protos.h b/gcc/config/sh/sh-protos.h index d3644d87805..dd9d5c29540 100644 --- a/gcc/config/sh/sh-protos.h +++ b/gcc/config/sh/sh-protos.h @@ -159,7 +159,6 @@ extern rtx sh_function_arg (CUMULATIVE_ARGS *, enum machine_mode, tree, int); extern void sh_function_arg_advance (CUMULATIVE_ARGS *, enum machine_mode, tree, int); extern int sh_pass_in_reg_p (CUMULATIVE_ARGS *, enum machine_mode, tree); extern void sh_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree, signed int, enum machine_mode); -extern const char *sh_pch_valid_p (const void *data_p, size_t sz); extern bool sh_promote_prototypes (tree); extern rtx replace_n_hard_rtx (rtx, rtx *, int , int);