arch.c 932 B

12345678910111213141516171819202122232425262728293031323334
  1. /* Simulator support for iq2000.
  2. THIS FILE IS MACHINE GENERATED WITH CGEN.
  3. Copyright 1996-2022 Free Software Foundation, Inc.
  4. This file is part of the GNU simulators.
  5. This file is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 3, or (at your option)
  8. any later version.
  9. It is distributed in the hope that it will be useful, but WITHOUT
  10. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  11. or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
  12. License for more details.
  13. You should have received a copy of the GNU General Public License along
  14. with this program; if not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #include "sim-main.h"
  17. #include "bfd.h"
  18. const SIM_MACH * const iq2000_sim_machs[] =
  19. {
  20. #ifdef HAVE_CPU_IQ2000BF
  21. & iq2000_mach,
  22. #endif
  23. 0
  24. };