diff options
Diffstat (limited to 'gdb/alpha-linux-nat.c')
-rw-r--r-- | gdb/alpha-linux-nat.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gdb/alpha-linux-nat.c b/gdb/alpha-linux-nat.c index a31f298..d181bdd 100644 --- a/gdb/alpha-linux-nat.c +++ b/gdb/alpha-linux-nat.c @@ -34,9 +34,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) @@ -57,10 +56,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) |