X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Falpha-linux-nat.c;h=66e2a96aed7dd8005bb6dde27e6803028481a095;hb=f42bf748e417cf9120fc57d144b6eaaf3adda247;hp=4037788c76caba92e6cdd32aec7ef9f223fb50b4;hpb=9b254dd1ce46c19dde1dde5b8d1e22e862dfacce;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/alpha-linux-nat.c b/gdb/alpha-linux-nat.c index 4037788c76..66e2a96aed 100644 --- a/gdb/alpha-linux-nat.c +++ b/gdb/alpha-linux-nat.c @@ -1,5 +1,5 @@ /* Low level Alpha GNU/Linux interface, for GDB when running native. - Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2005-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -23,7 +23,7 @@ #include "alpha-tdep.h" -#include +#include "nat/gdb_ptrace.h" #include #include @@ -33,9 +33,8 @@ #define ALPHA_UNIQUE_PTRACE_ADDR 65 -/* - * See the comment in m68k-tdep.c regarding the utility of these functions. - */ +/* See the comment in m68k-tdep.c regarding the utility of these + functions. */ void supply_gregset (struct regcache *regcache, const gdb_gregset_t *gregsetp) @@ -56,10 +55,8 @@ fill_gregset (const struct regcache *regcache, alpha_fill_int_regs (regcache, regno, regp, regp + 31, regp + 32); } -/* - * Now we do the same thing for floating-point registers. - * Again, see the comments in m68k-tdep.c. - */ +/* Now we do the same thing for floating-point registers. + Again, see the comments in m68k-tdep.c. */ void supply_fpregset (struct regcache *regcache, const gdb_fpregset_t *fpregsetp) @@ -94,7 +91,7 @@ alpha_linux_register_u_offset (struct gdbarch *gdbarch, int regno, int store_p) return FPR_BASE + regno - gdbarch_fp0_regnum (gdbarch); } -void _initialialize_alpha_linux_nat (void); +void _initialize_alpha_linux_nat (void); void _initialize_alpha_linux_nat (void)