Home | History | Annotate | Line # | Download | only in config
      1       1.1     skrll /* Traditional MIPS targets
      2  1.1.1.10  christos    Copyright (C) 2000-2026 Free Software Foundation, Inc.
      3       1.1     skrll 
      4       1.1     skrll    This file is part of GAS, the GNU Assembler.
      5       1.1     skrll 
      6       1.1     skrll    GAS is free software; you can redistribute it and/or modify
      7       1.1     skrll    it under the terms of the GNU General Public License as published by
      8       1.1     skrll    the Free Software Foundation; either version 3, or (at your option)
      9       1.1     skrll    any later version.
     10       1.1     skrll 
     11       1.1     skrll    GAS is distributed in the hope that it will be useful,
     12       1.1     skrll    but WITHOUT ANY WARRANTY; without even the implied warranty of
     13       1.1     skrll    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     14       1.1     skrll    GNU General Public License for more details.
     15       1.1     skrll 
     16       1.1     skrll    You should have received a copy of the GNU General Public License
     17       1.1     skrll    along with GAS; see the file COPYING.  If not, write to the Free
     18       1.1     skrll    Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
     19       1.1     skrll    02110-1301, USA.  */
     20       1.1     skrll 
     21       1.1     skrll /* This file is te-tmips.h and is intended to provide support for
     22       1.1     skrll    traditional mips targets like mips-dde-sysv4.2MP (Supermax ) ,
     23       1.1     skrll    mips-sni-sysv4* (Sinix) etc. The base for this file is te-generic.h.
     24       1.1     skrll    Created by Koundinya.K < kk (at) ddeorg.soft.net > with the help of
     25       1.1     skrll    Ian Lance Taylor, Cygnus Support, <ian (at) cygnus.com>.  */
     26       1.1     skrll 
     27       1.1     skrll /* Added these, because if we don't know what we're targeting we may
     28       1.1     skrll    need an assembler version of libgcc, and that will use local
     29       1.1     skrll    labels.  */
     30       1.1     skrll 
     31       1.1     skrll #define TE_TMIPS 1
     32       1.1     skrll #define LOCAL_LABELS_DOLLAR 1
     33       1.1     skrll #define LOCAL_LABELS_FB 1
     34       1.1     skrll 
     35       1.1     skrll /* these define interfaces */
     36       1.1     skrll #ifdef OBJ_HEADER
     37       1.1     skrll #include OBJ_HEADER
     38       1.1     skrll #else
     39       1.1     skrll #include "obj-format.h"
     40       1.1     skrll #endif
     41