* alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location

of FPCR register in fpregset.
This commit is contained in:
Ulrich Weigand 2007-04-27 20:57:47 +00:00
parent 951474417e
commit 6afb1f322b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-04-27 Ulrich Weigand <uweigand@de.ibm.com>
* alpha-linux-tdep.c (alpha_linux_supply_fpregset): Correct location
of FPCR register in fpregset.
2007-04-27 Maciej W. Rozycki <macro@mips.com>
* Makefile.in (gdbtk-wrapper.o): Update dependencies.

View File

@ -175,7 +175,7 @@ alpha_linux_supply_fpregset (const struct regset *regset,
}
if (regnum == ALPHA_FPCR_REGNUM || regnum == -1)
regcache_raw_supply (regcache, ALPHA_FPCR_REGNUM, regs + 32 * 8);
regcache_raw_supply (regcache, ALPHA_FPCR_REGNUM, regs + 31 * 8);
}
static struct regset alpha_linux_gregset =