* h8500-opc.h (h8500_table): Add missing initializers to quiet
[deliverable/binutils-gdb.git] / gas / config / tc-h8500.h
index 9f7b6276c0e5db4a88a84fe5060af6737edb0e44..861c268256263925640b9f516a6691c0c0e418b7 100644 (file)
@@ -46,7 +46,10 @@ extern void tc_reloc_mangle
 #define RELOC_32 1234
 
 #define TC_START_LABEL(ch, ptr)  (ch == ':' && start_label(ptr))
+int start_label PARAMS ((char *));
+
 #define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag)
+int tc_coff_sizemachdep PARAMS ((struct frag *));
 
 #define md_operand(x)
 
This page took 0.030445 seconds and 4 git commands to generate.