From: Kaveh R. Ghazi Date: Sun, 15 Sep 2002 20:44:01 +0000 (+0000) Subject: * v850-protos.h (v850_output_addr_const_extra): Prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8764eef70a69363e28437e545e531584c8e4241d;p=gcc.git * v850-protos.h (v850_output_addr_const_extra): Prototype. From-SVN: r57173 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a379167e47e..e89d74337ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-15 Kaveh R. Ghazi + + * v850-protos.h (v850_output_addr_const_extra): Prototype. + 2002-09-15 Jason Thorpe * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Add diff --git a/gcc/config/v850/v850-protos.h b/gcc/config/v850/v850-protos.h index bab73ae7e56..a381a3eee7e 100644 --- a/gcc/config/v850/v850-protos.h +++ b/gcc/config/v850/v850-protos.h @@ -42,6 +42,7 @@ extern int compute_frame_size PARAMS ((int, long *)); extern void v850_init_expanders PARAMS ((void)); #ifdef RTX_CODE +extern int v850_output_addr_const_extra PARAMS ((FILE *, rtx)); extern rtx v850_return_addr PARAMS ((int)); extern void print_operand PARAMS ((FILE *, rtx, int )); extern void print_operand_address PARAMS ((FILE *, rtx));