Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / as / config / tc-sparc.h
1 /* tc-sparc.h - Macros and type defines for the sparc.
2    Copyright (C) 1989, 1990, 1991, 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
8    published by the Free Software Foundation; either version 2,
9    or (at your option) any later version.
10
11    GAS is distributed in the hope that it will be useful, but
12    WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
14    the GNU General Public License for more details.
15
16    You should have received a copy of the GNU General Public
17    License along with GAS; see the file COPYING.  If not, write
18    to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19
20 /*
21  * $FreeBSD: src/gnu/usr.bin/as/config/tc-sparc.h,v 1.6 1999/08/27 23:34:30 peter Exp $
22  */
23
24 #define TC_SPARC 1
25
26 #define LOCAL_LABELS_FB
27 #define WORKING_DOT_WORD
28
29 #ifdef __NetBSD__
30 #define AOUT_MACHTYPE   138
31 #endif
32
33 #ifdef sun
34 #define AOUT_MACHTYPE   3
35 #define AOUT_VERSION    1
36 #endif
37
38 #define tc_headers_hook(a)              {;} /* don't need it. */
39 #define tc_crawl_symbol_chain(a)        {;} /* don't need it. */
40
41 void tc_aout_pre_write_hook();
42
43 #define LISTING_HEADER "SPARC GAS "
44
45 /*
46  * Local Variables:
47  * comment-column: 0
48  * fill-column: 131
49  * End:
50  */
51
52 /* end of tc-sparc.h */