* 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.)
This commit is contained in:
Jim Blandy 2004-07-14 23:00:59 +00:00
parent 27b56da8f7
commit c24791eca1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-07-14 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.)
2004-07-14 Andrew Cagney <cagney@gnu.org>
* utils.c (internal_warning_problem): Fix typo, "internal-warning"

View File

@ -2234,7 +2234,7 @@ static const struct reg registers_860[] =
/* 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),
/* 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)
};