From 150e407ad0d90b214e008bb828016ab4f3579e84 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 30 Apr 2004 05:59:06 +0000 Subject: [PATCH] Patch from Nick Clifton. Bug 14093 * config/sh/sh-protos.h (sh_promote_prototypes): Declare. * config/sh/sh.c (sh_promote_prototypes): Remove declaration. Delete static from definition. * config/sh/sh.h (FUNCTION_VALUE): Add sh_promote_prototypes call. From-SVN: r81325 --- gcc/ChangeLog | 8 ++++++++ gcc/config/sh/sh-protos.h | 1 + gcc/config/sh/sh.c | 3 +-- gcc/config/sh/sh.h | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22f2d773d2b..080affc413a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2004-04-29 Nick Clifton + + Bug 14093 + * config/sh/sh-protos.h (sh_promote_prototypes): Declare. + * config/sh/sh.c (sh_promote_prototypes): Remove declaration. + Delete static from definition. + * config/sh/sh.h (FUNCTION_VALUE): Add sh_promote_prototypes call. + 2004-04-30 Uros Bizjak * reg-stack.c (subst_stack_regs_pat):