Switch to GPLv3
[deliverable/binutils-gdb.git] / gas / config / te-sun3.h
CommitLineData
252b5132 1/* te-sun3.h -- Sun-3 target environment declarations.
ec2655a6 2 Copyright 1987, 1990, 1991, 1992, 2000, 2003, 2007
aef6203b 3 Free Software Foundation, Inc.
252b5132
RH
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
ec2655a6 9 the Free Software Foundation; either version 3, or (at your option)
252b5132
RH
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
18 along with GAS; see the file COPYING. If not, write to
4b4da160
NC
19 the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
20 02110-1301, USA. */
252b5132
RH
21
22/* This header file contains the #defines specific
23 to SUN computer SUN 3 series computers. (The only kind
33b7f697 24 we have around here, unfortunately.)
252b5132
RH
25
26 Rumor has it that this file will work on the Sun-2 if the assembler
27 is called with -m68010 This is not tested. */
28
252b5132
RH
29#define TE_SUN3 1
30
31#define LOCAL_LABELS_DOLLAR 1
32#define LOCAL_LABELS_FB 1
33
34/* Could also be :
35 #define S_LOCAL_NAME(s) (S_GET_NAME(s)[0] == '.' &&
36 S_GET_NAME(s)[1] == 'L' ||
37 S_GET_NAME(s)[1] == '.')
38 */
39
40#include "obj-format.h"
41
42/*
43 * Local Variables:
44 * comment-column: 0
45 * fill-column: 131
46 * End:
47 */
48
49/* end of te-sun3.h */
This page took 0.371653 seconds and 4 git commands to generate.