aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFrederic Riss <frederic.riss@st.com>2005-11-25 06:42:07 +0000
committerFrederic Riss <frederic.riss@st.com>2005-11-25 06:42:07 +0000
commit92ad9f6b57d841acf26aea784ad7f73feb2bfb99 (patch)
treefd1f303bcff8851e2ef097e56cf0091c494ead09 /gdb/ChangeLog
parent58ad5041078a28873c32b697fc206e14a2fee5b1 (diff)
downloadgdb-92ad9f6b57d841acf26aea784ad7f73feb2bfb99.zip
gdb-92ad9f6b57d841acf26aea784ad7f73feb2bfb99.tar.gz
gdb-92ad9f6b57d841acf26aea784ad7f73feb2bfb99.tar.bz2
* dwarf2-frame.c: (execute_cfa_program): Don't access past the
allocated dwarf2_frame_state.initial.regs.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index dd8067f..de1c5c3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2005-11-25 Frederic Riss <frederic.riss@st.com>
+ * dwarf2-frame.c: (execute_cfa_program): Don't access past the
+ allocated dwarf2_frame_state.initial.regs.
+
+2005-11-25 Frederic Riss <frederic.riss@st.com>
+
* MAINTAINERS (Write After Approval): Add myself to the list.
2005-11-23 Andrew Stubbs <andrew.stubbs@st.com>