]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/h8300/h8300.c
h8300-protos.h: Remove the prototype for byte_reg.
[gcc.git] / gcc / config / h8300 / h8300.c
index 517176d84ff60d1637705b4b88d9ec324586b1b3..778de62068bc2952a5007702c10df8c63b2c6b3f 100644 (file)
@@ -44,6 +44,7 @@ Boston, MA 02111-1307, USA.  */
 #include "target-def.h"
 
 /* Forward declarations.  */
+static const char *byte_reg PARAMS ((rtx, int));
 static int h8300_interrupt_function_p PARAMS ((tree));
 static int h8300_monitor_function_p PARAMS ((tree));
 static int h8300_os_task_function_p PARAMS ((tree));
@@ -143,7 +144,7 @@ h8300_init_once ()
     }
 }
 
-const char *
+static const char *
 byte_reg (x, b)
      rtx x;
      int b;
This page took 0.027932 seconds and 5 git commands to generate.