From: Mark Kettenis <kettenis@chello.nl>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] Add a few more m68k register numbers
Date: Mon, 17 May 2004 10:50:00 -0000 [thread overview]
Message-ID: <200405171050.i4HAoZPG012640@elgar.kettenis.dyndns.org> (raw)
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. */
reply other threads:[~2004-05-17 10:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200405171050.i4HAoZPG012640@elgar.kettenis.dyndns.org \
--to=kettenis@chello.nl \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox