aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2005-06-01 06:52:51 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2005-06-01 06:52:51 +0000
commitb76f4c1c79e7a5e317d505ac09de3614c8179857 (patch)
tree61e01ae4c2c3c7487aa6e4ea6a724c17202406d9 /gcc
parent05adfd82384815e2f3f1cc403f934f10082319a4 (diff)
downloadgcc-b76f4c1c79e7a5e317d505ac09de3614c8179857.zip
gcc-b76f4c1c79e7a5e317d505ac09de3614c8179857.tar.gz
gcc-b76f4c1c79e7a5e317d505ac09de3614c8179857.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/sh/sh-protos.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ec3b7d6..ab0bf7a 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 d3644d8..dd9d5c2 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);