Home | History | Annotate | Line # | Download | only in frv
      1       1.1  christos /* Simulator support for frv.
      2       1.1  christos 
      3       1.1  christos THIS FILE IS MACHINE GENERATED WITH CGEN.
      4       1.1  christos 
      5  1.1.1.11  christos Copyright (C) 1996-2025 Free Software Foundation, Inc.
      6       1.1  christos 
      7       1.1  christos This file is part of the GNU simulators.
      8       1.1  christos 
      9       1.1  christos    This file is free software; you can redistribute it and/or modify
     10       1.1  christos    it under the terms of the GNU General Public License as published by
     11       1.1  christos    the Free Software Foundation; either version 3, or (at your option)
     12       1.1  christos    any later version.
     13       1.1  christos 
     14       1.1  christos    It is distributed in the hope that it will be useful, but WITHOUT
     15       1.1  christos    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
     16       1.1  christos    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
     17       1.1  christos    License for more details.
     18       1.1  christos 
     19       1.1  christos    You should have received a copy of the GNU General Public License along
     20  1.1.1.10  christos    with this program; if not, write to the Free Software Foundation, Inc.,
     21  1.1.1.10  christos    51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
     22       1.1  christos 
     23       1.1  christos */
     24       1.1  christos 
     25       1.1  christos #include "sim-main.h"
     26       1.1  christos #include "bfd.h"
     27       1.1  christos 
     28   1.1.1.9  christos const SIM_MACH * const frv_sim_machs[] =
     29       1.1  christos {
     30       1.1  christos #ifdef HAVE_CPU_FRVBF
     31       1.1  christos   & frv_mach,
     32       1.1  christos #endif
     33       1.1  christos #ifdef HAVE_CPU_FRVBF
     34       1.1  christos   & fr550_mach,
     35       1.1  christos #endif
     36       1.1  christos #ifdef HAVE_CPU_FRVBF
     37       1.1  christos   & fr500_mach,
     38       1.1  christos #endif
     39       1.1  christos #ifdef HAVE_CPU_FRVBF
     40       1.1  christos   & tomcat_mach,
     41       1.1  christos #endif
     42       1.1  christos #ifdef HAVE_CPU_FRVBF
     43       1.1  christos   & fr400_mach,
     44       1.1  christos #endif
     45       1.1  christos #ifdef HAVE_CPU_FRVBF
     46       1.1  christos   & fr450_mach,
     47       1.1  christos #endif
     48       1.1  christos #ifdef HAVE_CPU_FRVBF
     49       1.1  christos   & simple_mach,
     50       1.1  christos #endif
     51       1.1  christos   0
     52       1.1  christos };
     53       1.1  christos 
     54