Imported intl subdir from GNU gettext 0.10.32
[deliverable/binutils-gdb.git] / gas / config / tc-sparc.h
CommitLineData
3a69b3ac 1/* tc-sparc.h - Macros and type defines for the sparc.
2 Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
3
4This file is part of GAS, the GNU Assembler.
5
6GAS is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as
8published by the Free Software Foundation; either version 1,
9or (at your option) any later version.
10
11GAS is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14the GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public
17License along with GAS; see the file COPYING. If not, write
18to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19
20/* $Id$ */
21
22#define TC_SPARC 1
23
24#ifdef OBJ_BOUT
25#define DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE ((0x103 << 16) | BMAGIC) /* Magic number for header */
26#else
27#ifdef OBJ_AOUT
28#define DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE ((0x103 << 16) | OMAGIC) /* Magic number for header */
29#endif /* OBJ_AOUT */
30#endif /* OBJ_BOUT */
31
32#define tc_headers_hook(a) ; /* don't need it. */
33#define tc_crawl_symbol_chain(a) ; /* don't need it. */
34
35/*
36 * Local Variables:
37 * comment-column: 0
38 * fill-column: 131
39 * End:
40 */
41
42/* end of tp-sparc.h */
This page took 0.025393 seconds and 4 git commands to generate.