diff options
author | Tom Tromey <tromey@redhat.com> | 2010-07-22 15:53:48 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-07-22 15:53:48 +0000 |
commit | ca1f3406ef61d91492b931f459eb6d783dc3679b (patch) | |
tree | 7df6e597e415c1f3ee276bc99ee84358355d597b /gdb/ChangeLog | |
parent | 21fd2dbd9c97e24d8de650f0350a249d737d7852 (diff) | |
download | gdb-ca1f3406ef61d91492b931f459eb6d783dc3679b.zip gdb-ca1f3406ef61d91492b931f459eb6d783dc3679b.tar.gz gdb-ca1f3406ef61d91492b931f459eb6d783dc3679b.tar.bz2 |
* dwarf2read.c (create_debug_types_hash_table): Set objfile on
type signature's per-CU data.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ce53062..861f5b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-07-22 Tom Tromey <tromey@redhat.com> + + * dwarf2read.c (create_debug_types_hash_table): Set objfile on + type signature's per-CU data. + 2010-07-22 Pedro Alves <pedro@codesourcery.com> * NEWS: Mention target reported shared libraries support by |