diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2015-07-30 13:23:43 -0700 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2015-07-30 13:23:43 -0700 |
commit | 9aaf8e3a2875f719e4d5633ba222a3c04a5d0e8d (patch) | |
tree | 9a4465c15b61103235730569db0fd605e8458359 /gdb/ChangeLog | |
parent | 61a934ca2090456acb4432b6c136241d3aaee7a2 (diff) | |
download | binutils-gdb-9aaf8e3a2875f719e4d5633ba222a3c04a5d0e8d.tar.gz |
Update trap/break handling in nios2 prologue analyzer.
2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
gdb/
* nios2-tdep.c (nios2_analyze_prologue): Update comments to
reflect how current GCC emits stack overflow checks. Match
both trap and break instructions for backward compatibility.
Disallow other trap and break instructions in the prologue.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 64fbe8e55b9..120148a2441 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2015-07-30 Sandra Loosemore <sandra@codesourcery.com> + + * nios2-tdep.c (nios2_analyze_prologue): Update comments to + reflect how current GCC emits stack overflow checks. Match + both trap and break instructions for backward compatbility. + Disallow other trap and break instructions in the prologue. + 2015-07-30 Pedro Alves <palves@redhat.com> PR threads/18600 |