]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/cris/cris-sim.h
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / sim / cris / cris-sim.h
index 49a6f61e583a62263f2861f5063e413715ebfc84..c5e9d8a608805f78156343817d684cef126e3bb8 100644 (file)
@@ -1,22 +1,21 @@
 /* Collection of junk for CRIS.
-   Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2004-2024 Free Software Foundation, Inc.
    Contributed by Axis Communications.
 
 This file is part of the GNU simulators.
 
 This program 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 2, or (at your option)
-any later version.
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
 
 This program 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.
 
-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.  */
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* For other arch:s, this file is described as a "collection of junk", so
    let's collect some nice junk of our own.  Keep it; it might be useful
@@ -35,22 +34,22 @@ typedef struct {
 
   /* Static cycle count for all insns executed so far, including
      non-context-specific stall cycles, for example when adding to PC.  */
-  unsigned64 basic_cycle_count;
+  uint64_t basic_cycle_count;
 
   /* Stall cycles for unaligned access of memory operands.  FIXME:
      Should or should not include unaligned [PC+] operands?  */
-  unsigned64 unaligned_mem_dword_count;
+  uint64_t unaligned_mem_dword_count;
 
   /* Context-specific stall cycles.  */
-  unsigned64 memsrc_stall_count;
-  unsigned64 memraw_stall_count;
-  unsigned64 movemsrc_stall_count;
-  unsigned64 movemaddr_stall_count;
-  unsigned64 movemdst_stall_count;
-  unsigned64 mulsrc_stall_count;
-  unsigned64 jumpsrc_stall_count;
-  unsigned64 branch_stall_count;
-  unsigned64 jumptarget_stall_count;
+  uint64_t memsrc_stall_count;
+  uint64_t memraw_stall_count;
+  uint64_t movemsrc_stall_count;
+  uint64_t movemaddr_stall_count;
+  uint64_t movemdst_stall_count;
+  uint64_t mulsrc_stall_count;
+  uint64_t jumpsrc_stall_count;
+  uint64_t branch_stall_count;
+  uint64_t jumptarget_stall_count;
 
   /* What kind of target-specific trace to perform.  */
   int flags;
@@ -80,13 +79,15 @@ typedef struct {
 
 /* Handler prototypes for functions called from the CGEN description.  */
 
-extern USI cris_bmod_handler (SIM_CPU *, UINT, USI);
 extern void cris_flush_simulator_decode_cache (SIM_CPU *, USI);
 extern USI crisv10f_break_handler (SIM_CPU *, USI, USI);
 extern USI crisv32f_break_handler (SIM_CPU *, USI, USI);
 extern USI cris_break_13_handler (SIM_CPU *, USI, USI, USI, USI, USI, USI,
                                  USI, USI);
 extern char cris_have_900000xxif;
+enum cris_unknown_syscall_action_type
+  { CRIS_USYSC_MSG_STOP, CRIS_USYSC_MSG_ENOSYS, CRIS_USYSC_QUIET_ENOSYS };
+extern enum cris_unknown_syscall_action_type cris_unknown_syscall_action;
 enum cris_interrupt_type { CRIS_INT_NMI, CRIS_INT_RESET, CRIS_INT_INT };
 extern int crisv10deliver_interrupt (SIM_CPU *,
                                     enum cris_interrupt_type,