OSDN Git Service

2001-05-07 Daniel Berlin <dan@cgsoftware.com>
authordberlin <dberlin>
Sat, 19 May 2001 15:20:14 +0000 (15:20 +0000)
committerdberlin <dberlin>
Sat, 19 May 2001 15:20:14 +0000 (15:20 +0000)
commit64f23e1556e9be2deab0bbb5ca17128c2bf04ccf
tree6f2ba122cc41529c7619a5f46230a626e0a8916a
parenta6fea7f6edd0084b0d48b5c2ad87a1bb234c93e7
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