* x86-64-tdep.c (x86_64_dwarf_regmap): Map the Return Address to

RIP.
This commit is contained in:
Mark Kettenis 2003-12-20 13:36:00 +00:00
parent 31a91399d1
commit 59207364ed
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-12-20 Mark Kettenis <kettenis@gnu.org>
* x86-64-tdep.c (x86_64_dwarf_regmap): Map the Return Address to
RIP.
2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
* hppa-tdep.c (hppa_gdbarch_init): Set long double floating

View File

@ -157,8 +157,8 @@ static int x86_64_dwarf_regmap[] =
/* Extended Integer Registers 8 - 15. */
8, 9, 10, 11, 12, 13, 14, 15,
/* Return Address RA. Not mapped. */
-1,
/* Return Address RA. Mapped to RIP. */
X86_64_RIP_REGNUM,
/* SSE Registers 0 - 7. */
X86_64_XMM0_REGNUM + 0, X86_64_XMM1_REGNUM,