* config/tc-d10v.c (find_opcode): Remove unused variable "numops".
[deliverable/binutils-gdb.git] / gas / config / tc-tic80.h
index 4a3a4333145f3dd4d96741f2d46d431a39d8c0d6..b29a4e1927cf313d95b5757356e87d909d53edaa 100644 (file)
 
 #define TARGET_ARCH    bfd_arch_tic80
 #define BFD_ARCH       TARGET_ARCH
-#define COFF_MAGIC     TIC80MAGIC
+
+#define md_number_to_chars number_to_chars_littleendian
+
+/* We have no special operand handling.  */
+#define md_operand(x)
+
+#ifdef OBJ_COFF
+/* COFF specific definitions.  */
+
+#define COFF_MAGIC     TIC80_ARCH_MAGIC
+
+/* Whether a reloc should be output.  */
+#define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL)
+
+/* This macro translates between an internal fix and an coff reloc type */
+#define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP)
+extern short tc_coff_fix2rtype ();
+
+#endif /* OBJ_COFF */
 
 /* end of tc-tic80.h */
This page took 0.026208 seconds and 4 git commands to generate.