te-tmips.h revision 179404
1139825Simp/* Traditional MIPS targets
21541Srgrimes   Copyright 2000 Free Software Foundation, Inc.
31541Srgrimes
41541Srgrimes   This file is part of GAS, the GNU Assembler.
51541Srgrimes
61541Srgrimes   GAS is free software; you can redistribute it and/or modify
71541Srgrimes   it under the terms of the GNU General Public License as published by
81541Srgrimes   the Free Software Foundation; either version 2, or (at your option)
91541Srgrimes   any later version.
101541Srgrimes
111541Srgrimes   GAS is distributed in the hope that it will be useful,
121541Srgrimes   but WITHOUT ANY WARRANTY; without even the implied warranty of
131541Srgrimes   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
141541Srgrimes   GNU General Public License for more details.
151541Srgrimes
161541Srgrimes   You should have received a copy of the GNU General Public License
171541Srgrimes   along with GAS; see the file COPYING.  If not, write to the Free
181541Srgrimes   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
191541Srgrimes   02111-1307, USA.  */
201541Srgrimes
211541Srgrimes/* This file is te-tmips.h and is intended to provide support for
221541Srgrimes   traditional mips targets like mips-dde-sysv4.2MP (Supermax ) ,
231541Srgrimes   mips-sni-sysv4* (Sinix) etc. The base for this file is te-generic.h.
241541Srgrimes   Created by Koundinya.K < kk@ddeorg.soft.net > with the help of
251541Srgrimes   Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>.  */
261541Srgrimes
271541Srgrimes/* Added these, because if we don't know what we're targeting we may
281541Srgrimes   need an assembler version of libgcc, and that will use local
291541Srgrimes   labels.  */
3050477Speter
311541Srgrimes#define TE_TMIPS 1
321541Srgrimes#define LOCAL_LABELS_DOLLAR 1
332165Spaul#define LOCAL_LABELS_FB 1
3459774Sbde
352165Spaul/* these define interfaces */
36126590Sbde#ifdef OBJ_HEADER
37133741Sjmg#include OBJ_HEADER
38168355Srwatson#else
39137804Sphk#include "obj-format.h"
40168355Srwatson#endif
4141086Struckman