* m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM

and M68K_A2_REGNUM.
This commit is contained in:
Mark Kettenis 2004-05-17 10:50:32 +00:00
parent a1c211325f
commit c0c2b0dbf9
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2004-05-17 Mark Kettenis <kettenis@gnu.org>
* m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
and M68K_A2_REGNUM.
* m68k-tdep.c (m68k_svr4_return_value): Implement
RETURN_VALUE_ABI_RETURNS_ADDRESS.

View File

@ -31,8 +31,11 @@ enum m68k_regnum
{
M68K_D0_REGNUM = 0,
M68K_D1_REGNUM = 1,
M68K_D2_REGNUM = 2,
M68K_D7_REGNUM = 7,
M68K_A0_REGNUM = 8,
M68K_A1_REGNUM = 9,
M68K_A2_REGNUM = 10,
M68K_FP_REGNUM = 14, /* Address of executing stack frame. */
M68K_SP_REGNUM = 15, /* Address of top of stack. */
M68K_PS_REGNUM = 16, /* Processor status. */