Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jim Blandy <jimb@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: RFA: PowerPC: fix spr register name
Date: Mon, 12 Jul 2004 23:33:00 -0000	[thread overview]
Message-ID: <vt2iscs4xc1.fsf@zenia.home> (raw)


2004-07-12  Jim Blandy  <jimb@redhat.com>

	* rs6000-tdep.c (registers_860): Correct register name.  (No PPC
	manual mentions 'md_twb', but many mention 'm_twb', and at that
	point in the register list.)

Index: gdb/rs6000-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v
retrieving revision 1.216
diff -c -p -r1.216 rs6000-tdep.c
*** gdb/rs6000-tdep.c	8 Jul 2004 23:43:47 -0000	1.216
--- gdb/rs6000-tdep.c	12 Jul 2004 23:30:36 -0000
*************** static const struct reg registers_860[] 
*** 2234,2240 ****
    /* 143 */ R(dc_dat), R(dpdr), R(dpir), R(immr),
    /* 147 */ R(mi_ctr), R(mi_ap), R(mi_epn), R(mi_twc),
    /* 151 */ R(mi_rpn), R(md_ctr), R(m_casid), R(md_ap),
!   /* 155 */ R(md_epn), R(md_twb), R(md_twc), R(md_rpn),
    /* 159 */ R(m_tw), R(mi_dbcam), R(mi_dbram0), R(mi_dbram1),
    /* 163 */ R(md_dbcam), R(md_dbram0), R(md_dbram1)
  };
--- 2234,2240 ----
    /* 143 */ R(dc_dat), R(dpdr), R(dpir), R(immr),
    /* 147 */ R(mi_ctr), R(mi_ap), R(mi_epn), R(mi_twc),
    /* 151 */ R(mi_rpn), R(md_ctr), R(m_casid), R(md_ap),
!   /* 155 */ R(md_epn), R(m_twb), R(md_twc), R(md_rpn),
    /* 159 */ R(m_tw), R(mi_dbcam), R(mi_dbram0), R(mi_dbram1),
    /* 163 */ R(md_dbcam), R(md_dbram0), R(md_dbram1)
  };


             reply	other threads:[~2004-07-12 23:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-12 23:33 Jim Blandy [this message]
2004-07-13  0:26 ` Kevin Buettner
2004-07-14 23:08   ` Jim Blandy

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=vt2iscs4xc1.fsf@zenia.home \
    --to=jimb@redhat.com \
    --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