diff options
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index f531b4c..722c0a4 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -1,6 +1,6 @@ /* Target dependent code for CRIS, for GDB, the GNU debugger. - Copyright (C) 2001-2024 Free Software Foundation, Inc. + Copyright (C) 2001-2025 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hendrik Ruijter, Stefan Andersson, and Orjan Friberg. @@ -1467,7 +1467,7 @@ cris_register_size (struct gdbarch *gdbarch, int regno) } /* Nonzero if regno should not be fetched from the target. This is the case - for unimplemented (size 0) and non-existant registers. */ + for unimplemented (size 0) and non-existent registers. */ static int cris_cannot_fetch_register (struct gdbarch *gdbarch, int regno) @@ -1508,7 +1508,7 @@ cris_cannot_store_register (struct gdbarch *gdbarch, int regno) } /* Nonzero if regno should not be fetched from the target. This is the case - for unimplemented (size 0) and non-existant registers. */ + for unimplemented (size 0) and non-existent registers. */ static int crisv32_cannot_fetch_register (struct gdbarch *gdbarch, int regno) |