195065Strhodes/* This file is te-ic960.h
295065Strhodes   Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1997, 2000
395065Strhodes   Free Software Foundation, Inc.
495065Strhodes
595065Strhodes   This file is part of GAS, the GNU Assembler.
695065Strhodes
795065Strhodes   GAS is free software; you can redistribute it and/or modify
895065Strhodes   it under the terms of the GNU General Public License as published by
995065Strhodes   the Free Software Foundation; either version 2, or (at your option)
1095065Strhodes   any later version.
1195065Strhodes
1295065Strhodes   GAS is distributed in the hope that it will be useful,
1395065Strhodes   but WITHOUT ANY WARRANTY; without even the implied warranty of
1495065Strhodes   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1595065Strhodes   GNU General Public License for more details.
1695065Strhodes
1795065Strhodes   You should have received a copy of the GNU General Public License
1895065Strhodes   along with GAS; see the file COPYING.  If not, write to the Free
1995065Strhodes   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
2095065Strhodes   02111-1307, USA.  */
2195065Strhodes
2295065Strhodes/* This file is te-ic960.h and is intended to define ic960 environment
2395065Strhodes   specific differences.  */
2495065Strhodes
2595065Strhodes#define OBJ_COFF_OMIT_OPTIONAL_HEADER
2695065Strhodes
2795065Strhodes#ifndef BFD_ASSEMBLER
2895065Strhodes#define LOCAL_LABEL(name) ((name[0] =='L') \
2995065Strhodes			   || (name[0] =='.' \
3097593Sru			       && (name[1]=='C' \
3197593Sru				   || name[1]=='I' \
32227750Smiwi				   || name[1]=='.')))
3395065Strhodes#endif
3495065Strhodes
3595065Strhodes#include "obj-format.h"
3695065Strhodes
3795065Strhodes/* end of te-ic960.h */
3895065Strhodes