2003-08-30 00:35:47 +08:00
|
|
|
/* Simulator support for frv.
|
|
|
|
|
|
|
|
THIS FILE IS MACHINE GENERATED WITH CGEN.
|
|
|
|
|
2010-01-03 03:09:21 +08:00
|
|
|
Copyright 1996-2010 Free Software Foundation, Inc.
|
2003-08-30 00:35:47 +08:00
|
|
|
|
|
|
|
This file is part of the GNU simulators.
|
|
|
|
|
2008-12-23 09:40:25 +08:00
|
|
|
This file is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 3, or (at your option)
|
|
|
|
any later version.
|
2003-08-30 00:35:47 +08:00
|
|
|
|
2008-12-23 09:40:25 +08:00
|
|
|
It is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
|
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
|
|
|
|
License for more details.
|
2003-08-30 00:35:47 +08:00
|
|
|
|
2008-12-23 09:40:25 +08:00
|
|
|
You should have received a copy of the GNU General Public License along
|
|
|
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
2003-08-30 00:35:47 +08:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "sim-main.h"
|
|
|
|
#include "bfd.h"
|
|
|
|
|
|
|
|
const MACH *sim_machs[] =
|
|
|
|
{
|
|
|
|
#ifdef HAVE_CPU_FRVBF
|
|
|
|
& frv_mach,
|
|
|
|
#endif
|
2003-10-06 Dave Brolley <brolley@redhat.com>
* profile-fr550.[ch]: New files.
* configure.in: Move frv handling to alphabetically correct placement.
* Makefile.in: Add fr550 support.
* frv-sim.h,frv.c,interrups.c,memory.c,mloop.in,pipeline.c,
profile.[ch],registers.c,traps.c: Add fr550 support.
* arch.c,arch.h,cpu.c,cpu.h,cpuall.h,model.h,decode.c,decode.h,sem.c:
Regenerate.
2003-10-09 02:19:33 +08:00
|
|
|
#ifdef HAVE_CPU_FRVBF
|
|
|
|
& fr550_mach,
|
|
|
|
#endif
|
2003-08-30 00:35:47 +08:00
|
|
|
#ifdef HAVE_CPU_FRVBF
|
|
|
|
& fr500_mach,
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_CPU_FRVBF
|
|
|
|
& tomcat_mach,
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_CPU_FRVBF
|
|
|
|
& fr400_mach,
|
|
|
|
#endif
|
2004-03-01 18:11:46 +08:00
|
|
|
#ifdef HAVE_CPU_FRVBF
|
|
|
|
& fr450_mach,
|
|
|
|
#endif
|
2003-08-30 00:35:47 +08:00
|
|
|
#ifdef HAVE_CPU_FRVBF
|
|
|
|
& simple_mach,
|
|
|
|
#endif
|
|
|
|
0
|
|
|
|
};
|
|
|
|
|