From: kazu Date: Mon, 28 Jan 2002 18:57:01 +0000 (+0000) Subject: * config/h8300/h8300-protos.h: Remove an unused prototype. X-Git-Tag: upstream/4.9.2~89076 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f60573c8cda1791cfbc1e54153a5e727f95d9f84;p=platform%2Fupstream%2Flinaro-gcc.git * config/h8300/h8300-protos.h: Remove an unused prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49293 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 31bd96d..b92dcd8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-28 Kazu Hirata + + * config/h8300/h8300-protos.h: Remove an unused prototype. + 2002-01-28 Roman Zippel * toplev.c (lang_independent_init): Round up identifier size. diff --git a/gcc/config/h8300/h8300-protos.h b/gcc/config/h8300/h8300-protos.h index 0622f5b..d32b2d5 100644 --- a/gcc/config/h8300/h8300-protos.h +++ b/gcc/config/h8300/h8300-protos.h @@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */ #ifdef RTX_CODE extern const char *output_a_shift PARAMS ((rtx, rtx *)); extern const char *emit_a_rotate PARAMS ((int, rtx *)); -extern const char *output_adds_subs PARAMS ((rtx *)); extern const char *output_simode_bld PARAMS ((int, int, rtx[])); extern void print_operand_address PARAMS ((FILE *, rtx)); extern const char *byte_reg PARAMS ((rtx, int));