From: Nick Clifton Date: Fri, 30 Apr 2004 05:59:06 +0000 (+0000) Subject: Patch from Nick Clifton. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=150e407ad0d90b214e008bb828016ab4f3579e84;p=gcc.git 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 --- 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):