9e0f6f2b307a2b989c4a959cb44bd2c435abee18
[binutils-gdb.git] / gas / config / tc-dvp.h
1 /* tc-dvp.h -- Header file for tc-dvp.c.
2 Copyright (C) 1997, 1998 Free Software Foundation, Inc.
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 2, 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
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
20
21 #define TC_DVP
22
23 #ifndef BFD_ASSEMBLER
24 /* leading space so will compile with cc */
25 #error DVP support requires BFD_ASSEMBLER
26 #endif
27
28 #define LISTING_HEADER "DVP GAS "
29
30 /* The target BFD architecture. */
31 #define TARGET_ARCH bfd_arch_mips
32
33 #define TARGET_FORMAT "elf32-littlemips"
34
35 #define TARGET_BYTES_BIG_ENDIAN 0
36
37 /* call md_pcrel_from_section, not md_pcrel_from */
38 #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC)
39
40 /* Permit temporary numeric labels. */
41 #define LOCAL_LABELS_FB 1
42
43 #define DIFF_EXPR_OK /* .-foo gets turned into PC relative relocs */
44
45 /* We don't need to handle .word strangely. */
46 #define WORKING_DOT_WORD
47
48 #define md_convert_frag(b,s,f) {as_fatal ("dvp convert_frag\n");}
49 #define md_estimate_size_before_relax(f,s) \
50 (as_fatal("estimate_size_before_relax called"),1)
51
52 #define MD_APPLY_FIX3
53
54 #define TC_HANDLES_FX_DONE