tc-sparc.c: get rid of wierd usage of strchr ()
[deliverable/binutils-gdb.git] / gas / config / tc-z8k.h
index 9132ec42a575b7c8a4052c5475d377e1349d9c42..b31caf3f10d9dc6d7026519a5bfe8e28a5f5defc 100644 (file)
@@ -1,13 +1,11 @@
 /* This file is tc-z8k.h
-   Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1997, 1998,
-   2000, 2002, 2003, 2005
-   Free Software Foundation, Inc.
+   Copyright (C) 1987-2016 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
    GAS is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
+   the Free Software Foundation; either version 3, or (at your option)
    any later version.
 
    GAS is distributed in the hope that it will be useful,
@@ -22,6 +20,8 @@
 
 #define TC_Z8K
 #define TARGET_BYTES_BIG_ENDIAN 1
+#define TARGET_ARCH    bfd_arch_z8k
+#define TARGET_FORMAT  "coff-z8k"
 
 struct internal_reloc;
 
@@ -31,6 +31,8 @@ struct internal_reloc;
 #define IGNORE_NONSTANDARD_ESCAPES
 #undef WARN_SIGNED_OVERFLOW_WORD
 
+#define tc_fix_adjustable(X)  0
+
 #define LISTING_HEADER "Zilog Z8000 GAS "
 #define RELOC_32 1234
 
This page took 0.026991 seconds and 4 git commands to generate.