1*39b080c1Smiod /* te-obsd.h -- OpenBSD target environment declarations. 2*39b080c1Smiod Copyright 2003 3*39b080c1Smiod Free Software Foundation, Inc. 4*39b080c1Smiod 5*39b080c1Smiod This file is part of GAS, the GNU Assembler. 6*39b080c1Smiod 7*39b080c1Smiod GAS is free software; you can redistribute it and/or modify 8*39b080c1Smiod it under the terms of the GNU General Public License as published by 9*39b080c1Smiod the Free Software Foundation; either version 2, or (at your option) 10*39b080c1Smiod any later version. 11*39b080c1Smiod 12*39b080c1Smiod GAS is distributed in the hope that it will be useful, 13*39b080c1Smiod but WITHOUT ANY WARRANTY; without even the implied warranty of 14*39b080c1Smiod MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15*39b080c1Smiod GNU General Public License for more details. 16*39b080c1Smiod 17*39b080c1Smiod You should have received a copy of the GNU General Public License 18*39b080c1Smiod along with GAS; see the file COPYING. If not, write to the Free 19*39b080c1Smiod Software Foundation, 59 Temple Place - Suite 330, Boston, MA 20*39b080c1Smiod 02111-1307, USA. */ 21*39b080c1Smiod 22*39b080c1Smiod #define TE_OpenBSD 1 23*39b080c1Smiod #define LOCAL_LABELS_FB 1 24*39b080c1Smiod #include "obj-format.h" 25