aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-01-28 18:57:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-01-28 18:57:01 +0000
commit7dc3f8c01897a5df46880f9555db96deabfb0697 (patch)
tree6f73cc0960cf8e53e4fb453df16e4688324ed81e
parent8987cc881fe0b7b7c91bda35f850f81e0466114f (diff)
downloadgcc-7dc3f8c01897a5df46880f9555db96deabfb0697.zip
gcc-7dc3f8c01897a5df46880f9555db96deabfb0697.tar.gz
gcc-7dc3f8c01897a5df46880f9555db96deabfb0697.tar.bz2
* config/h8300/h8300-protos.h: Remove an unused prototype.
From-SVN: r49293
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/h8300-protos.h1
2 files changed, 4 insertions, 1 deletions
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 <kazu@hxi.com>
+
+ * config/h8300/h8300-protos.h: Remove an unused prototype.
+
2002-01-28 Roman Zippel <zippel@linux-m68k.org>
* 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));