mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
unwound_fp.
This commit is contained in:
parent
0e0b460e6a
commit
111f853cd1
@ -12,6 +12,9 @@
|
||||
|
||||
2010-03-04 Doug Evans <dje@google.com>
|
||||
|
||||
* arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
|
||||
unwound_fp.
|
||||
|
||||
* arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
|
||||
|
||||
2010-03-04 Pedro Alves <pedro@codesourcery.com>
|
||||
|
@ -1198,9 +1198,7 @@ struct frame_unwind arm_prologue_unwind = {
|
||||
static struct arm_prologue_cache *
|
||||
arm_make_stub_cache (struct frame_info *this_frame)
|
||||
{
|
||||
int reg;
|
||||
struct arm_prologue_cache *cache;
|
||||
CORE_ADDR unwound_fp;
|
||||
|
||||
cache = FRAME_OBSTACK_ZALLOC (struct arm_prologue_cache);
|
||||
cache->saved_regs = trad_frame_alloc_saved_regs (this_frame);
|
||||
|
Loading…
Reference in New Issue
Block a user