[arm] compute framereg and framesize when needed
authorYao Qi <yao@codesourcery.com>
Fri, 28 Nov 2014 08:17:37 +0000 (16:17 +0800)
committerYao Qi <yao@codesourcery.com>
Sat, 29 Nov 2014 14:26:35 +0000 (22:26 +0800)
commit4072f9208f12fdd60e68c73807fed4624607d290
tree9f4a8140064775d9a87fe5119b88c31d3c5efe9a
parent6c659fc2c7cd2da6d2b9a3d7c38597ad3821832a
[arm] compute framereg and framesize when needed

I find local variables framereg and framesize is only used when cache
isn't NULL.  This patch to move the code into "if (cache)" block.

gdb:

2014-11-29  Yao Qi  <yao@codesourcery.com>

* arm-tdep.c (arm_analyze_prologue): Move local variables
'framereg' and 'framesize' to inner block.  Move code to
inner block too.
gdb/ChangeLog
gdb/arm-tdep.c