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: [patch, nios2] Fix bug in nios2 prologue analysis.


On Thu, 15 Aug 2019 14:41:43 -0600
Sandra Loosemore <sandra@codesourcery.com> wrote:

> This patch fixes a bug in the nios2 prologue analyzer that was causing 
> failures in a couple of test cases.  The bug has been there forever, but 
> this code isn't terribly well exercised by the testsuite since the nios2 
> backend normally uses the dwarf2 unwinder.
> 
> I realize the nios2 backend has a more general problem with using int or 
> unsigned int to represent target word-sized values when it really ought 
> to be using int32_t or uint32_t.  I think that is a different issue than 
> the signedness bug, though.  So, OK to check this in?

Okay.

Kevin


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