RIP gzip, we found a nicer playmate.
[dragonfly.git] / gnu / usr.bin / as / config / tc-ns32k.h
1 /* tc-ns32k.h -- Opcode table for National Semi 32k processor
2    Copyright (C) 1987, 1992 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, 675 Mass Ave, Cambridge, MA 02139, USA.  */
19
20 #ifndef TC_NS32K
21 #define TC_NS32K 1
22 #include "bit_fix.h"
23
24 #define LOCAL_LABELS_FB
25
26 #define AOUT_MACHTYPE 137
27
28 #define tc_aout_pre_write_hook(x)       {;} /* not used */
29 #define tc_crawl_symbol_chain(a)        {;} /* not used */
30 #define tc_headers_hook(a)              {;} /* not used */
31
32 #ifndef DEF_MODEC
33 #define DEF_MODEC 20
34 #endif
35
36 #ifndef DEF_MODEL
37 #define DEF_MODEL 20
38 #endif
39
40 #define MAX_ARGS 4
41 #define ARG_LEN 50
42
43 #if __STDC__ == 1
44
45 void fix_new_ns32k(fragS *frag,
46                    int where,
47                    int size,
48                    struct symbol *add_symbol,
49                    struct symbol *sub_symbol,
50                    long offset,
51                    int pcrel,
52                    int pcrel_adjust,
53                    int im_disp,
54                    bit_fixS *bit_fixP, /* really bit_fixS */
55                    int bsr,
56                    int r_type);
57
58 #else /* not __STDC__ */
59
60 void fix_new_ns32k();
61
62 #endif /* not __STDC__ */
63
64 #endif /* TC_NS32K */
65
66 /* end of tc-ns32k.h */