161848Sobrien/* te-freebsd.h -- FreeBSD target environment declarations.
278840Sobrien   Copyright 2000 Free Software Foundation, Inc.
361848Sobrien
461848Sobrien   This file is part of GAS, the GNU Assembler.
561848Sobrien
661848Sobrien   GAS is free software; you can redistribute it and/or modify
761848Sobrien   it under the terms of the GNU General Public License as published by
861848Sobrien   the Free Software Foundation; either version 2, or (at your option)
961848Sobrien   any later version.
1061848Sobrien
1161848Sobrien   GAS is distributed in the hope that it will be useful,
1261848Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1361848Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1461848Sobrien   GNU General Public License for more details.
1561848Sobrien
1661848Sobrien   You should have received a copy of the GNU General Public License
1761848Sobrien   along with GAS; see the file COPYING.  If not, write to the Free
18218822Sdim   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
19218822Sdim   02110-1301, USA.  */
2061848Sobrien
2161848Sobrien/* Target environment for FreeBSD.  It is the same as the generic
2261848Sobrien   target, except that it arranges via the TE_FreeBSD define to
2361848Sobrien   suppress the use of "/" as a comment character.  Some code in the
2461848Sobrien   FreeBSD kernel uses "/" to mean division.  (What a concept!)  */
2533973Sjdp#define TE_FreeBSD 1
2661848Sobrien
2761848Sobrien#define LOCAL_LABELS_DOLLAR 1
2861848Sobrien#define LOCAL_LABELS_FB 1
2961848Sobrien
3061848Sobrien#include "obj-format.h"
31