diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-08 14:20:56 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-08 14:20:56 +0000 |
commit | c1b6e682ab8a42f040c3a664ad25080779efdf53 (patch) | |
tree | 80e882284f4843a61d5e978d02166555f36e30d8 /gdb/ChangeLog | |
parent | fe5dedf464aa9740b6db25bb69c758021b860199 (diff) | |
download | gdb-c1b6e682ab8a42f040c3a664ad25080779efdf53.zip gdb-c1b6e682ab8a42f040c3a664ad25080779efdf53.tar.gz gdb-c1b6e682ab8a42f040c3a664ad25080779efdf53.tar.bz2 |
* cp-valprint.c (cp_print_value_fields, cp_print_value): Always
initialize tmp_obstack.
* p-valprint.c (pascal_object_print_value_fields)
(pascal_object_print_value): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2759f07..a2fe880 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2007-02-08 Mark Kettenis <kettenis@gnu.org> + Daniel Jacobowitz <dan@codesourcery.com> + + * cp-valprint.c (cp_print_value_fields, cp_print_value): Always + initialize tmp_obstack. + * p-valprint.c (pascal_object_print_value_fields) + (pascal_object_print_value): Likewise. + 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com> * features/feature_to_c.sh: Use %s to avoid problems with nawk. |