diff options
Diffstat (limited to 'gdb/m68k-linux-nat.c')
-rw-r--r-- | gdb/m68k-linux-nat.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gdb/m68k-linux-nat.c b/gdb/m68k-linux-nat.c index 7f33739..02286ff 100644 --- a/gdb/m68k-linux-nat.c +++ b/gdb/m68k-linux-nat.c @@ -1,6 +1,6 @@ /* Motorola m68k native support for GNU/Linux. - Copyright (C) 1996-2024 Free Software Foundation, Inc. + Copyright (C) 1996-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -300,7 +300,7 @@ static void store_regs (const struct regcache *regcache, int tid, int regno) #endif -/* Transfering floating-point registers between GDB, inferiors and cores. */ +/* Transferring floating-point registers between GDB, inferiors and cores. */ /* What is the address of fpN within the floating-point register set F? */ #define FPREG_ADDR(f, n) (&(f)->fpregs[(n) * 3]) @@ -350,7 +350,7 @@ fill_fpregset (const struct regcache *regcache, #ifdef HAVE_PTRACE_GETREGS /* Fetch all floating-point registers from process/thread TID and store - thier values in GDB's register array. */ + their values in GDB's register array. */ static void fetch_fpregs (struct regcache *regcache, int tid) @@ -508,9 +508,7 @@ ps_get_thread_area (struct ps_prochandle *ph, return PS_OK; } -void _initialize_m68k_linux_nat (); -void -_initialize_m68k_linux_nat () +INIT_GDB_FILE (m68k_linux_nat) { /* Register the target. */ linux_target = &the_m68k_linux_nat_target; |