This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb-rx-tdep: make RXO_branch more robust


On Wed, 28 Jul 2010 22:29:09 -0400
DJ Delorie <dj@redhat.com> wrote:

> 
> My next sim patch changes RXO_branch to not have a condition for
> unconditional branches (as opposed to the "always true" condition).
> Regardless, I think there's no need to check for RX_Operand_Condition
> anyway - previously, it was the *only* value that type could be, for
> RXO_branch.  I'd change it to check for unconditional, but I don't
> want to break things between this patch and the next.  Ok?
> 
> 	* rx-tdep.c (rx_analyze_prologue): Don't require branches to have
> 	conditions.

Okay.

Kevin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]