133965Sjdp/* te-nbsd.h -- NetBSD target environment declarations.
278828Sobrien   Copyright 1987, 1990, 1991, 1992, 1994, 1998, 2000
378828Sobrien   Free Software Foundation, Inc.
477298Sobrien
533965Sjdp   This file is part of GAS, the GNU Assembler.
677298Sobrien
733965Sjdp   GAS is free software; you can redistribute it and/or modify
833965Sjdp   it under the terms of the GNU General Public License as published by
933965Sjdp   the Free Software Foundation; either version 2, or (at your option)
1033965Sjdp   any later version.
1177298Sobrien
1233965Sjdp   GAS is distributed in the hope that it will be useful,
1333965Sjdp   but WITHOUT ANY WARRANTY; without even the implied warranty of
1433965Sjdp   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1533965Sjdp   GNU General Public License for more details.
1677298Sobrien
1733965Sjdp   You should have received a copy of the GNU General Public License
1838889Sjdp   along with GAS; see the file COPYING.  If not, write to the Free
19218822Sdim   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
20218822Sdim   02110-1301, USA.  */
2133965Sjdp
2233965Sjdp#define TE_NetBSD	1
2338889Sjdp#define LOCAL_LABELS_FB 1
2433965Sjdp#include "obj-format.h"
25