* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
[deliverable/binutils-gdb.git] / sim / frv / arch.c
index 5161fb2ae2ddf26d01e68a429cb0abff2128d064..e8c73146a58fc01b3af9d8c9a3307058a2a142ac 100644 (file)
@@ -2,7 +2,7 @@
 
 THIS FILE IS MACHINE GENERATED WITH CGEN.
 
-Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 1996-2005 Free Software Foundation, Inc.
 
 This file is part of the GNU simulators.
 
@@ -18,7 +18,7 @@ GNU General Public License for more details.
 
 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.,
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 
 */
 
@@ -30,6 +30,9 @@ const MACH *sim_machs[] =
 #ifdef HAVE_CPU_FRVBF
   & frv_mach,
 #endif
+#ifdef HAVE_CPU_FRVBF
+  & fr550_mach,
+#endif
 #ifdef HAVE_CPU_FRVBF
   & fr500_mach,
 #endif
@@ -39,6 +42,9 @@ const MACH *sim_machs[] =
 #ifdef HAVE_CPU_FRVBF
   & fr400_mach,
 #endif
+#ifdef HAVE_CPU_FRVBF
+  & fr450_mach,
+#endif
 #ifdef HAVE_CPU_FRVBF
   & simple_mach,
 #endif
This page took 0.023246 seconds and 4 git commands to generate.