gdb/testsuite: make test names unique in gdb.python/py-format-string.exp
[deliverable/binutils-gdb.git] / gdb / hppa-netbsd-tdep.c
index 5a5520744b441d3486996811170a7342de9ae9f4..819f565d922347756cb01047495ab10548beb99c 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for NetBSD/hppa
 
-   Copyright (C) 2008-2020 Free Software Foundation, Inc.
+   Copyright (C) 2008-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -64,9 +64,9 @@ static int hppanbsd_mc_reg_offset[] =
 };
 
 static void hppanbsd_sigtramp_cache_init (const struct tramp_frame *,
-                                         struct frame_info *,
-                                         struct trad_frame_cache *,
-                                         CORE_ADDR);
+                                        struct frame_info *,
+                                        struct trad_frame_cache *,
+                                        CORE_ADDR);
 
 static const struct tramp_frame hppanbsd_sigtramp_si4 =
 {
@@ -99,9 +99,9 @@ static const struct tramp_frame hppanbsd_sigtramp_si4 =
 
 static void
 hppanbsd_sigtramp_cache_init (const struct tramp_frame *self,
-                             struct frame_info *this_frame,
-                             struct trad_frame_cache *this_cache,
-                             CORE_ADDR func)
+                            struct frame_info *this_frame,
+                            struct trad_frame_cache *this_cache,
+                            CORE_ADDR func)
 {
   CORE_ADDR sp = get_frame_register_unsigned (this_frame, HPPA_SP_REGNUM);
   CORE_ADDR base;
This page took 0.023997 seconds and 4 git commands to generate.