diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f0d3e2..138e0df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-11-21 Karthik Bhat <kv.bhat@samsung.com> + + * i386-tdep.c (i386_skip_prologue): See if we + can determine the end of the prologue via the symbol table. + If so use the same instead of going through prologue instructions. + 2012-11-21 Yao Qi <yao@codesourcery.com> PR tdep/7438 |