Fix region length calculations when regions end with .align padding.
[deliverable/binutils-gdb.git] / gas / config / tc-z8k.h
index 130c01c5b693a14968d73d27a6b2cb60b04c5fbd..56ffd7489692aed48c62e82701c2ada653a2a42a 100644 (file)
@@ -1,5 +1,6 @@
 /* This file is tc-z8k.h
-   Copyright (C) 1987-1992, 93, 95, 97, 98, 2000
+   Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1997, 1998,
+   2000
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -22,9 +23,7 @@
 #define TC_Z8K
 #define TARGET_BYTES_BIG_ENDIAN 1
 
-#if ANSI_PROTOTYPES
 struct internal_reloc;
-#endif
 
 #define WORKING_DOT_WORD
 
@@ -32,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.023759 seconds and 4 git commands to generate.