* alpha-opc.c: Remove ARGSUSED.
[deliverable/binutils-gdb.git] / gas / config / tc-z8k.h
index d1899e1564fddbf0625220b9d4e0b273e6569269..56ffd7489692aed48c62e82701c2ada653a2a42a 100644 (file)
@@ -23,9 +23,7 @@
 #define TC_Z8K
 #define TARGET_BYTES_BIG_ENDIAN 1
 
-#if ANSI_PROTOTYPES
 struct internal_reloc;
-#endif
 
 #define WORKING_DOT_WORD
 
@@ -33,13 +31,14 @@ struct internal_reloc;
 #define LOCAL_LABEL(x) 0
 #endif
 
-/* 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) abort ();
 
 #define BFD_ARCH bfd_arch_z8k
 #define COFF_MAGIC 0x8000
 #define TC_COUNT_RELOC(x) (1)
 #define IGNORE_NONSTANDARD_ESCAPES
+#undef WARN_SIGNED_OVERFLOW_WORD
 
 #define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle(a,b,c)
 extern void tc_reloc_mangle
This page took 0.023425 seconds and 4 git commands to generate.