* config/h8300/h8300-protos.h: Remove an unused prototype.

From-SVN: r49293
This commit is contained in:
Kazu Hirata 2002-01-28 18:57:01 +00:00 committed by Kazu Hirata
parent 8987cc881f
commit 7dc3f8c018
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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));