This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] MIPS: Handle MIPS-3D and DSP ASE branch instructions
- From: "Maciej W. Rozycki" <macro at codesourcery dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Thu, 1 Mar 2012 22:39:08 +0000
- Subject: Re: [PATCH] MIPS: Handle MIPS-3D and DSP ASE branch instructions
- References: <alpine.DEB.1.10.1111231911431.4191@tp.orcam.me.uk> <20111205111428.GH2777@adacore.com> <alpine.DEB.1.10.1112070029470.6710@tp.orcam.me.uk>
On Wed, 7 Dec 2011, Maciej W. Rozycki wrote:
> > > 2011-11-23 Maciej W. Rozycki <macro@codesourcery.com>
> > >
> > > gdb/
> > > * mips-tdep.c (mips32_bc1_pc): New function, factored out from...
> > > (mips32_next_pc): ... here. Handle BC1ANY2F, BC1ANY2T, BC1ANY4F,
> > > BC1ANY4T, BPOSGE32 and BPOSGE64 instructions.
> > > (deal_with_atomic_sequence): Likewise.
> > > (mips32_instruction_has_delay_slot): Likewise.
> >
> > Pre-approved with one minor coding-style change...
>
> Thanks, this depends on gdb-mips-dsp-linux.diff, so I'll wait till that
> is approved first.
So now that gdb-mips-dsp-linux.diff went in I have applied this change as
well.
Maciej