diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-11-25 18:12:42 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-11-25 18:12:42 +0000 |
commit | b5f558d4051798191faa80960ad0b12c1b51066f (patch) | |
tree | 7758270f0e2c46ae94d0dcb2eeefba6f1ae06c31 | |
parent | 3386243e487ef3b023f3db2a1d0c51c1f96c9b77 (diff) | |
download | gdb-b5f558d4051798191faa80960ad0b12c1b51066f.zip gdb-b5f558d4051798191faa80960ad0b12c1b51066f.tar.gz gdb-b5f558d4051798191faa80960ad0b12c1b51066f.tar.bz2 |
Remove stray colon.
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9578895..9a322f7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -8,7 +8,7 @@ 2005-11-25 Frederic Riss <frederic.riss@st.com> - * dwarf2-frame.c: (execute_cfa_program): Don't access past the + * 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> |