Index: gdb-8.2/gdb/mips-linux-tdep.c =================================================================== --- gdb-8.2.orig/gdb/mips-linux-tdep.c +++ gdb-8.2/gdb/mips-linux-tdep.c @@ -1316,7 +1316,7 @@ mips_linux_syscall_next_pc (struct frame static LONGEST mips_linux_get_syscall_number (struct gdbarch *gdbarch, - thread_info *thread) + struct thread_info *thread) { struct regcache *regcache = get_thread_regcache (thread); struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);