[gdb/testsuite] Add target board cc-with-gnu-debuglink.exp
[deliverable/binutils-gdb.git] / gdb / mips-netbsd-tdep.c
index b6f877310027ff5d4c7c8bdb6a80deb71cacab7a..21ab43c462083511ce0c15fe5b4984af5f85cc69 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for NetBSD/mips.
 
-   Copyright (C) 2002-2020 Free Software Foundation, Inc.
+   Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
    Contributed by Wasabi Systems, Inc.
 
@@ -146,9 +146,9 @@ mipsnbsd_supply_reg (struct regcache *regcache, const char *regs, int regno)
          if (gdbarch_cannot_fetch_register (gdbarch, i))
            regcache->raw_supply (i, NULL);
          else
-            regcache->raw_supply
+           regcache->raw_supply
              (i, regs + (i * mips_isa_regsize (gdbarch)));
-        }
+       }
     }
 }
 
@@ -180,7 +180,7 @@ mipsnbsd_supply_fpreg (struct regcache *regcache,
          if (gdbarch_cannot_fetch_register (gdbarch, i))
            regcache->raw_supply (i, NULL);
          else
-            regcache->raw_supply (i,
+           regcache->raw_supply (i,
                                 fpregs
                                 + ((i - gdbarch_fp0_regnum (gdbarch))
                                    * mips_isa_regsize (gdbarch)));
@@ -352,7 +352,7 @@ mipsnbsd_lp64_fetch_link_map_offsets (void)
 
 static void
 mipsnbsd_init_abi (struct gdbarch_info info,
-                   struct gdbarch *gdbarch)
+                  struct gdbarch *gdbarch)
 {
   nbsd_init_abi (info, gdbarch);
 
This page took 0.023625 seconds and 4 git commands to generate.