This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] xstormy16-tdep.c: Initialize temporary frame cache in xstormy16_skip_prologue()


On Dec 14 13:00, Kevin Buettner wrote:
> [Corinna requested that I resend this patch...]
> 
> The patch below clears the frame cache for the call to
> xstormy16_analyze_prologue().  If this initialization is not
> performed, then the ``if (!cache.uses_fp)'' test following the call in
> question will reference an uninitialized value.
> 
> Okay?
> 
> 	* xstormy16-tdep.c (xstormy16_skip_prologue): Clear/initialize the
> 	frame cache.

Sure!  Please apply.


Thanks,
Corinna


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