This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: PATCH: Fix MT MAC register access
- From: Kevin Buettner <kevinb at redhat dot com>
- To: mark at codesourcery dot com
- Cc: gdb-patches at sources dot redhat dot com
- Date: Mon, 22 May 2006 17:21:11 -0700
- Subject: Re: PATCH: Fix MT MAC register access
- References: <200604120326.k3C3QAZN000703@sethra.codesourcery.com>
On Tue, 11 Apr 2006 20:26:10 -0700
Mark Mitchell <mark@codesourcery.com> wrote:
> 2006-04-11 Mark Mitchell <mark@codesourcery.com>
>
> * mt-tdep.c (mt_gdb_regnums): Define
> MT_COPRO_PSEUDOREG_MAC_REGNUM.
> (mt_register_name): Use it.
> (mt_copro_register_type): Likewise.
> (mt_register_type): Likewise.
> (mt_pseudo_register_read): Likewise. Read the MAC register, not
> the coprocessor register.
> (mt_pseudo_register_write): Likewise.
Okay. (Sorry for the late response on this one.)
Kevin