]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/config/tc-moxie.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gas / config / tc-moxie.h
CommitLineData
20135e4c
NC
1/* tc-moxie.h -- Header file for tc-moxie.c.
2
250d07de 3 Copyright (C) 2009-2021 Free Software Foundation, Inc.
20135e4c
NC
4
5 This file is part of GAS, the GNU Assembler.
6
7 GAS is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3, or (at your option)
10 any later version.
11
12 GAS is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License along
18 with GAS; see the file COPYING. If not, write to the Free Software
19 Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
20
21#define TC_MOXIE 1
48494700 22#ifndef TARGET_BYTES_BIG_ENDIAN
20135e4c 23#define TARGET_BYTES_BIG_ENDIAN 1
48494700 24#endif
20135e4c
NC
25#define WORKING_DOT_WORD
26
20135e4c 27/* This macro is the BFD architecture to pass to `bfd_set_arch_mach'. */
48494700 28#define TARGET_FORMAT (target_big_endian ? "elf32-bigmoxie" : "elf32-littlemoxie")
e202fa84 29
20135e4c
NC
30#define TARGET_ARCH bfd_arch_moxie
31
32#define md_undefined_symbol(NAME) 0
33
34/* These macros must be defined, but is will be a fatal assembler
35 error if we ever hit them. */
36#define md_estimate_size_before_relax(A, B) (as_fatal (_("estimate size\n")), 0)
bc773698 37#define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n"))
20135e4c 38
20135e4c 39#define md_section_align(SEGMENT, SIZE) (SIZE)