AArch64: Add MTE CPU feature check support
[deliverable/binutils-gdb.git] / gdbserver / linux-nios2-low.cc
index 838b0e9d8a60433b17f459ee2e469067fdf8e3a4..4ee4b7b7392ca70d79c3cbf22ad56f9243d7eda6 100644 (file)
@@ -1,6 +1,6 @@
 /* GNU/Linux/Nios II specific low level interface, for the remote server for
    GDB.
-   Copyright (C) 2008-2020 Free Software Foundation, Inc.
+   Copyright (C) 2008-2021 Free Software Foundation, Inc.
 
    Contributed by Mentor Graphics, Inc.
 
@@ -189,7 +189,7 @@ nios2_target::low_breakpoint_at (CORE_ADDR where)
 
 ps_err_e
 ps_get_thread_area (struct ps_prochandle *ph,
-                    lwpid_t lwpid, int idx, void **base)
+                   lwpid_t lwpid, int idx, void **base)
 {
   if (ptrace (PTRACE_GET_THREAD_AREA, lwpid, NULL, base) != 0)
     return PS_ERR;
This page took 0.024176 seconds and 4 git commands to generate.