Added forgotton ChangeLog for previous fix i.e. breakpoint not set properly in case of clang compiled binary commit

This commit is contained in:
Karthik Bhat 2012-11-21 08:02:13 +00:00
parent 4e879fc2fd
commit f1d27f1c6c
1 changed files with 6 additions and 0 deletions

View File

@ -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