xref: /dflybsd-src/contrib/binutils-2.27/gas/config/te-dragonfly.h (revision e656dc90e3d65d744d534af2f5ea88cf8101ebcf)
1*a9fa9459Szrj /* te-dragonfly.h -- DragonFlyBSD target environment declarations.
2*a9fa9459Szrj    Copyright (C) 2011-2016 Free Software Foundation, Inc.
3*a9fa9459Szrj 
4*a9fa9459Szrj    This file is part of GAS, the GNU Assembler.
5*a9fa9459Szrj 
6*a9fa9459Szrj    GAS is free software; you can redistribute it and/or modify
7*a9fa9459Szrj    it under the terms of the GNU General Public License as published by
8*a9fa9459Szrj    the Free Software Foundation; either version 3, or (at your option)
9*a9fa9459Szrj    any later version.
10*a9fa9459Szrj 
11*a9fa9459Szrj    GAS is distributed in the hope that it will be useful,
12*a9fa9459Szrj    but WITHOUT ANY WARRANTY; without even the implied warranty of
13*a9fa9459Szrj    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14*a9fa9459Szrj    GNU General Public License for more details.
15*a9fa9459Szrj 
16*a9fa9459Szrj    You should have received a copy of the GNU General Public License
17*a9fa9459Szrj    along with GAS; see the file COPYING.  If not, write to the Free
18*a9fa9459Szrj    Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
19*a9fa9459Szrj    02110-1301, USA.  */
20*a9fa9459Szrj 
21*a9fa9459Szrj /* Target environment for DragonFlyBSD.  It is the same as the generic
22*a9fa9459Szrj    target, except that it arranges via the TE_DragonFly define to
23*a9fa9459Szrj    suppress the use of "/" as a comment character.  Some code in the
24*a9fa9459Szrj    DragonFlyBSD kernel uses "/" to mean division.  (What a concept!)  */
25*a9fa9459Szrj #define TE_DragonFly 1
26*a9fa9459Szrj 
27*a9fa9459Szrj #define LOCAL_LABELS_DOLLAR 1
28*a9fa9459Szrj #define LOCAL_LABELS_FB 1
29*a9fa9459Szrj 
30*a9fa9459Szrj #include "obj-format.h"
31