OSDN Git Service

* cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
authorcmoller <cmoller>
Thu, 22 Apr 2010 20:12:06 +0000 (20:12 +0000)
committercmoller <cmoller>
Thu, 22 Apr 2010 20:12:06 +0000 (20:12 +0000)
commit449474add8576e1cbec10c23881ec1ef7758019e
tree325641fde14500cfe8a678d47de3f2dbc33dec2e
parentc5a148c778c4d3d730c9f00a31c35c601399f4c4
* 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.)
gdb/ChangeLog
gdb/cp-valprint.c