diff options
author | Doug Evans <dje@google.com> | 2013-07-31 00:30:18 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-07-31 00:30:18 +0000 |
commit | 247f5c4f1a24204373df485a88424064793970cb (patch) | |
tree | 652793c67fb47b03236cbbb8e0ae8e242a5d3c69 /gdb/ChangeLog | |
parent | e735959b3f63e839065a955ba4eef073916cd95e (diff) | |
download | gdb-247f5c4f1a24204373df485a88424064793970cb.zip gdb-247f5c4f1a24204373df485a88424064793970cb.tar.gz gdb-247f5c4f1a24204373df485a88424064793970cb.tar.bz2 |
* dwarf2read.c (process_queue): Add type signature to debug output.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 33e7c98..b9641a0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-07-30 Doug Evans <dje@google.com> + + * dwarf2read.c (process_queue): Add type signature to debug output. + 2013-07-30 Andrew Burgess <aburgess@broadcom.com> * value.c (value_fetch_lazy): Mark optimized out values as such |