diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 918878c04cf8..89212e573565 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -2081,6 +2081,9 @@ do { long l; \ extern char *output_move_const_into_data_reg (); extern char *output_move_simode_const (); +extern char *output_move_simode (); +extern char *output_move_himode (); +extern char *output_move_qimode (); extern char *output_move_double (); extern char *output_move_const_single (); extern char *output_move_const_double ();