te-nbsd.h revision 38889
10SN/A/* te-nbsd.h -- NetBSD target environment declarations.
20SN/A   Copyright (C) 1987, 90, 91, 92, 94, 95, 1998 Free Software Foundation, Inc.
30SN/A
40SN/A   This file is part of GAS, the GNU Assembler.
51133Sjoehw
61133Sjoehw   GAS is free software; you can redistribute it and/or modify
71133Sjoehw   it under the terms of the GNU General Public License as published by
81133Sjoehw   the Free Software Foundation; either version 2, or (at your option)
91133Sjoehw   any later version.
101133Sjoehw
111133Sjoehw   GAS is distributed in the hope that it will be useful,
121133Sjoehw   but WITHOUT ANY WARRANTY; without even the implied warranty of
131133Sjoehw   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
141133Sjoehw   GNU General Public License for more details.
151133Sjoehw
161133Sjoehw   You should have received a copy of the GNU General Public License
171133Sjoehw   along with GAS; see the file COPYING.  If not, write to the Free
181133Sjoehw   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
191133Sjoehw   02111-1307, USA.  */
201133Sjoehw
211133Sjoehw#define TE_NetBSD	1
220SN/A#define LOCAL_LABELS_FB 1
230SN/A#include "obj-format.h"
241208Sjoehw