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: [3/3 patch, nios2] clean up prologue/epilogue detection code, v2


Sandra Loosemore <sandra@codesourcery.com> writes:

> This part of the revised Nios II prologue/epilogue refactoring patch
> fixes the prologue analyzer to handle the multiple stack adjustment
> instructions that GCC may now emit in some cases.  It replaces the
> test that caused analysis to terminate when a second adjustment is
> found with more specific tests that can distinguish between
> prologue-ish and epilogue-ish adjustments.
>
> OK to commit on top of part 1?
>
> -Sandra
>
> 2014-11-24  Sandra Loosemore  <sandra@codesourcery.com>
>
> 	gdb/
> 	* nios2-tdep.c (nios2_analyze_prologue): Replace restriction
> 	that there can be only one stack adjustment in the prologue
> 	with tests to detect specific disallowed stack adjustments.

This is OK.

-- 
Yao (éå)


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