2001-05-07 Daniel Berlin <dan@cgsoftware.com>
authorDaniel Berlin <dberlin@dberlin.org>
Sat, 19 May 2001 15:20:14 +0000 (15:20 +0000)
committerDaniel Berlin <dberlin@dberlin.org>
Sat, 19 May 2001 15:20:14 +0000 (15:20 +0000)
commit2b127877435ec6b5f994e5e8e1ea0edc11094a59
tree916cbbdd6557a00d5b94fcdb11b44c83c5f0e471
parent9d8b3bf43c52e6ef65d2c09b24b004b0b1991f06
2001-05-07  Daniel Berlin  <dan@cgsoftware.com>

Changes by Jim Ingham:

* values.c (value_change_enclosing_type): New function.  If the
new enclosing type is larger than the old one, we need to allocate
more space.
* value.h: Add value_change_enclosing_type prototype.
* valops.c (value_cast): Use it.
(value_assign): Use it.
(value_addr): Use it.
(value_ind): Use it.
(value_full_object): Use it.

2001-05-07  Daniel Berlin  <dan@cgsoftware.com>

* values.c (value_static_field): Handle static fields that have a constant value.
gdb/ChangeLog
gdb/valops.c
gdb/value.h
gdb/values.c