Add binutils support for v850e1 processor
[deliverable/binutils-gdb.git] / gas / config / tc-tic80.h
index 482d7d6ad3a07bf6831ab0b231b2d44116037eaf..749cf4276311c1466c702956f35f4f65518fc580 100644 (file)
 
 #define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL)
 
-/* This macro translates between an internal fix and an coff reloc type */
+/* This macro translates between an internal fix and a coff reloc type. */
 
 #define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP)
 
-extern short tc_coff_fix2rtype ();
+extern short tc_coff_fix2rtype PARAMS ((struct fix *));
 
 #endif /* OBJ_COFF */
This page took 0.026216 seconds and 4 git commands to generate.