gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 57bb9b76c9ed6129de40913bf2cdb9a72bb51933..0b29febbfcc84cff25dfb366e4401340c564e379 100644 (file)
@@ -1,3 +1,22 @@
+2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
+
+       * c-valprint.c (c_value_print): Use value_rtti_indirect_type
+       instead of value_rtti_target_type.
+       * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
+       instead of value_rtti_target_type.
+       * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
+       value_rtti_target_type.
+       * valops.c (value_ind): Extract function readjust_indirect_value_type.
+       (value_rtti_target_type): Rename to ...
+       (value_rtti_indirect_type): ... here and make it indirect.  Update
+       function comment.
+       * value.c (readjust_indirect_value_type): New function.
+       (coerce_ref): Support for enclosing type setting for references
+       with readjust_indirect_value_type.
+       * value.h (readjust_value_type): New declaration.
+       (value_rtti_target_type): Rename to ...
+       (value_rtti_indirect_type): ... here.
+
 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
 
        * MAINTAINERS (Write After Approval): Add myself to the list.
This page took 0.024288 seconds and 4 git commands to generate.