sh-protos.h (sh_pch_valid_p): Delete.
authorRichard Sandiford <rsandifo@redhat.com>
Wed, 1 Jun 2005 06:52:51 +0000 (06:52 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 1 Jun 2005 06:52:51 +0000 (06:52 +0000)
* config/sh/sh-protos.h (sh_pch_valid_p): Delete.
(missing from yesterday's checkin)

From-SVN: r100429

gcc/ChangeLog
gcc/config/sh/sh-protos.h

index ec3b7d624c2b7df6482c836b350c17f4e4ee945e..ab0bf7a8b70cb1a705359d4dc4565e077c79b90b 100644 (file)
        * 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.
index d3644d878054b9f941c249fe0cf99afdeacf33dc..dd9d5c295404abbb4a6ff7403cb481880af2a069 100644 (file)
@@ -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);