diff options
Diffstat (limited to 'gdb/sparc64-netbsd-tdep.c')
-rw-r--r-- | gdb/sparc64-netbsd-tdep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/sparc64-netbsd-tdep.c b/gdb/sparc64-netbsd-tdep.c index 82eb99f..53c49fe 100644 --- a/gdb/sparc64-netbsd-tdep.c +++ b/gdb/sparc64-netbsd-tdep.c @@ -222,8 +222,7 @@ sparc64nbsd_sigtramp_frame_sniffer (const struct frame_unwind *self, return 0; } -static const struct frame_unwind sparc64nbsd_sigcontext_frame_unwind = -{ +static const struct frame_unwind_legacy sparc64nbsd_sigcontext_frame_unwind ( "sparc64 netbsd sigcontext", SIGTRAMP_FRAME, FRAME_UNWIND_ARCH, @@ -232,7 +231,7 @@ static const struct frame_unwind sparc64nbsd_sigcontext_frame_unwind = sparc64nbsd_sigcontext_frame_prev_register, NULL, sparc64nbsd_sigtramp_frame_sniffer -}; +); static const struct regset sparc64nbsd_gregset = |