* [PATCH] Add a few more m68k register numbers
@ 2004-05-17 10:50 Mark Kettenis
0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2004-05-17 10:50 UTC (permalink / raw)
To: gdb-patches
Fairly trivial. Committed.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
and M68K_A2_REGNUM.
Index: m68k-tdep.h
===================================================================
RCS file: /cvs/src/src/gdb/m68k-tdep.h,v
retrieving revision 1.8
diff -u -p -r1.8 m68k-tdep.h
--- m68k-tdep.h 3 May 2004 21:56:09 -0000 1.8
+++ m68k-tdep.h 17 May 2004 10:49:01 -0000
@@ -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. */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-17 10:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-17 10:50 [PATCH] Add a few more m68k register numbers Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox