diff options
author | Tom Tromey <tromey@redhat.com> | 2010-02-15 20:48:57 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-02-15 20:48:57 +0000 |
commit | a9854bd5116aaf3de753e82bdf2f84b81ad780b9 (patch) | |
tree | 83026d0b2a055d6f4c4c0a2029eb5289f5867ba4 /gdb/ChangeLog | |
parent | fd9e29b562a50ba711ec38d6760aa7e75b5c0256 (diff) | |
download | gdb-a9854bd5116aaf3de753e82bdf2f84b81ad780b9.zip gdb-a9854bd5116aaf3de753e82bdf2f84b81ad780b9.tar.gz gdb-a9854bd5116aaf3de753e82bdf2f84b81ad780b9.tar.bz2 |
* dwarf2read.c (guess_structure_name): Allocate name on the
objfile obstack.
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 8fc4a85..308f730 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2010-02-15 Tom Tromey <tromey@redhat.com> + * dwarf2read.c (guess_structure_name): Allocate name on the + objfile obstack. + +2010-02-15 Tom Tromey <tromey@redhat.com> + * c-typeprint.c (c_type_print_base): Reverse order of test. 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com> |