diff options
author | Chris Moller <cmoller@cygnus> | 2010-04-22 20:12:07 +0000 |
---|---|---|
committer | Chris Moller <cmoller@cygnus> | 2010-04-22 20:12:07 +0000 |
commit | f56dcb8879cd1ef225707588cbf07599fcf7855d (patch) | |
tree | e587bee2df8debb77a9257845b18fe604674c9c2 /gdb/ChangeLog | |
parent | 6cd6a2aec631174856a2f68a8323427f78f7edc3 (diff) | |
download | gdb-f56dcb8879cd1ef225707588cbf07599fcf7855d.zip gdb-f56dcb8879cd1ef225707588cbf07599fcf7855d.tar.gz gdb-f56dcb8879cd1ef225707588cbf07599fcf7855d.tar.bz2 |
* cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
method of popping recursion-detection stack with a method based on
obstack_object_size(). (Similar to the PR9167 patch below, but for
the static array obstack rather than the static member obstack.)
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7d007b9..57b29ab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2010-04-22 Chris Moller <cmoller@redhat.com> + + * cp-valprint.c (cp_print_value_fields): Replaced obstack_base() + method of popping recursion-detection stack with a method based on + obstack_object_size(). (Similar to the PR9167 patch below, but for + the static array obstack rather than the static member obstack.) + 2010-04-22 H.J. Lu <hongjiu.lu@intel.com> * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed. |