arch.c 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* Simulator support for or1k.
  2. THIS FILE IS MACHINE GENERATED WITH CGEN.
  3. Copyright (C) 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, write to the Free Software Foundation, Inc.,
  15. 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
  16. */
  17. #include "sim-main.h"
  18. #include "bfd.h"
  19. const SIM_MACH * const or1k_sim_machs[] =
  20. {
  21. #ifdef HAVE_CPU_OR1K32BF
  22. & or32_mach,
  23. #endif
  24. #ifdef HAVE_CPU_OR1K32BF
  25. & or32nd_mach,
  26. #endif
  27. 0
  28. };