diff options
author | Doug Evans <dje@google.com> | 2012-04-18 06:21:09 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-04-18 06:21:09 +0000 |
commit | 380bca9753e8dbdf31754e2f135b6e7a9c81bfd2 (patch) | |
tree | 34cf6c149d4a10fed4a8f826bd1ace3044a9d1fe /gdb/ChangeLog | |
parent | ec92004f95c084527fcff50653aeb76ba9453b5f (diff) | |
download | gdb-380bca9753e8dbdf31754e2f135b6e7a9c81bfd2.zip gdb-380bca9753e8dbdf31754e2f135b6e7a9c81bfd2.tar.gz gdb-380bca9753e8dbdf31754e2f135b6e7a9c81bfd2.tar.bz2 |
* dwarf2read.c: Whitespace fixes.
(lookup_signatured_type): Tweak comment.
(get_die_type_at_offset): Fix comment.
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 0da4042..93aca70 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-04-17 Doug Evans <dje@google.com> + + * dwarf2read.c: Whitespace fixes. + (lookup_signatured_type): Tweak comment. + (get_die_type_at_offset): Fix comment. + 2012-04-17 Joel Brobecker <brobecker@adacore.com> * xcoffread.c (xcoff_secnum_to_sections): New function. |