[gdb/testsuite] Fix info-types-c.exp
[deliverable/binutils-gdb.git] / gdb / xtensa-linux-nat.c
index 3ff66d171a050fe6ca7722332819e8216e0a333c..54f1a0df0fe6248c5c2f5d6f051f3bf61e44d4ba 100644 (file)
@@ -1,6 +1,6 @@
 /* Xtensa GNU/Linux native support.
 
-   Copyright (C) 2007-2019 Free Software Foundation, Inc.
+   Copyright (C) 2007-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -313,7 +313,7 @@ xtensa_linux_nat_target::store_registers (struct regcache *regcache,
 
 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)
 {
   xtensa_elf_gregset_t regs;
 
@@ -328,8 +328,9 @@ ps_get_thread_area (struct ps_prochandle *ph,
   return PS_OK;
 }
 
+void _initialize_xtensa_linux_nat ();
 void
-_initialize_xtensa_linux_nat (void)
+_initialize_xtensa_linux_nat ()
 {
   const xtensa_regtable_t *ptr;
 
This page took 0.027772 seconds and 4 git commands to generate.