]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/sparc-netbsd-tdep.c
Update copyright year range in all GDB files
[thirdparty/binutils-gdb.git] / gdb / sparc-netbsd-tdep.c
index 7cb412621dcd29227c3ff9f67ef18efb694bfa9a..eec1682d56834bff42e7cf066275a0af1df4b9e9 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for NetBSD/sparc.
 
-   Copyright (C) 2002-2020 Free Software Foundation, Inc.
+   Copyright (C) 2002-2021 Free Software Foundation, Inc.
    Contributed by Wasabi Systems, Inc.
 
    This file is part of GDB.
@@ -199,7 +199,7 @@ sparc32nbsd_sigcontext_frame_cache (struct frame_info *this_frame,
       cache->pc = sparc32nbsd_sigtramp_start;
 
       /* Since we couldn't find the frame's function, the cache was
-         initialized under the assumption that we're frameless.  */
+        initialized under the assumption that we're frameless.  */
       sparc_record_save_insn (cache);
       addr = get_frame_register_unsigned (this_frame, SPARC_FP_REGNUM);
       cache->base = addr;