[BACK]Return to tc-z8k.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / gas / config

Annotation of src/external/gpl3/binutils.old/dist/gas/config/tc-z8k.h, Revision 1.1.1.5

1.1       christos    1: /* This file is tc-z8k.h
1.1.1.5 ! christos    2:    Copyright (C) 1987-2020 Free Software Foundation, Inc.
1.1       christos    3:
                      4:    This file is part of GAS, the GNU Assembler.
                      5:
                      6:    GAS is free software; you can redistribute it and/or modify
                      7:    it under the terms of the GNU General Public License as published by
                      8:    the Free Software Foundation; either version 3, or (at your option)
                      9:    any later version.
                     10:
                     11:    GAS is distributed in the hope that it will be useful,
                     12:    but WITHOUT ANY WARRANTY; without even the implied warranty of
                     13:    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     14:    GNU General Public License for more details.
                     15:
                     16:    You should have received a copy of the GNU General Public License
                     17:    along with GAS; see the file COPYING.  If not, write to the Free
                     18:    Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
                     19:    02110-1301, USA.  */
                     20:
                     21: #define TC_Z8K
                     22: #define TARGET_BYTES_BIG_ENDIAN 1
                     23: #define TARGET_ARCH    bfd_arch_z8k
                     24: #define TARGET_FORMAT  "coff-z8k"
                     25:
                     26: struct internal_reloc;
                     27:
                     28: #define WORKING_DOT_WORD
                     29:
                     30: #define COFF_MAGIC 0x8000
                     31: #define IGNORE_NONSTANDARD_ESCAPES
                     32: #undef WARN_SIGNED_OVERFLOW_WORD
                     33:
                     34: #define tc_fix_adjustable(X)  0
                     35:
                     36: #define LISTING_HEADER "Zilog Z8000 GAS "
                     37: #define RELOC_32 1234
                     38:
                     39: #define md_operand(x)

CVSweb <webmaster@jp.NetBSD.org>