diff options
author | Pierre Muller <muller@sourceware.org> | 2010-11-18 16:38:20 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2010-11-18 16:38:20 +0000 |
commit | 77bc06753c1032077538a2500b0d228037e3718b (patch) | |
tree | 262a900f6946c7fe9c8635c7e22c8871b3dc80ec /gdb/ChangeLog | |
parent | 69b70cfe69b1d8ee430e1e50a20b4da9fe026d15 (diff) | |
download | gdb-77bc06753c1032077538a2500b0d228037e3718b.zip gdb-77bc06753c1032077538a2500b0d228037e3718b.tar.gz gdb-77bc06753c1032077538a2500b0d228037e3718b.tar.bz2 |
* arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
instruction is found.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2e3144a..526c182 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-11-18 Pierre Muller <muller@ics.u-strasbg.fr> + + * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP" + instruction is found. + 2010-11-17 Tom Tromey <tromey@redhat.com> * value.c (value_entirely_optimized_out): Check the |