mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-23 11:04:32 +00:00
* m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
and M68K_A2_REGNUM.
This commit is contained in:
parent
a1c211325f
commit
c0c2b0dbf9
@ -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.
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user