diff options
author | Martin Hunt <hunt@redhat.com> | 2004-07-23 17:46:03 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2004-07-23 17:46:03 +0000 |
commit | 01041d3c90e4c0d527674a7c7f8470e3a1c43d6c (patch) | |
tree | b7433a44c708a46f5cbad63612e53d16c94a7f73 /gdb/ChangeLog | |
parent | 4fb25ce5f6b9529154da087c095367cfb54b26e8 (diff) | |
download | gdb-01041d3c90e4c0d527674a7c7f8470e3a1c43d6c.tar.gz |
2004-07-23 Martin Hunt <hunt@redhat.com>
Kevin Buettner <kevinb@redhat.com>
* dwarf2-frame.c (execute_cfa_program): Fix typo in which the
alignment was being added to the offset instead of multiplied.
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 65eaef06fb6..0cc9531995c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-07-23 Martin Hunt <hunt@redhat.com> + Kevin Buettner <kevinb@redhat.com> + + * dwarf2-frame.c (execute_cfa_program): Fix typo in which the + alignment was being added to the offset instead of multiplied. + 2004-07-23 Mark Kettenis <kettenis@gnu.org> * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for |