gdb: make get_dyn_prop a method of struct type
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 1eb8c111c693efdc63e24253e05a7ea1bbb21a87..e295fd1d65abd0b84b81f52801aa12c2ea3ea6ef 100644 (file)
@@ -1,3 +1,11 @@
+2020-05-07  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbtypes.h (struct type) <get_dyn_prop>: New method.
+       (get_dyn_prop): Remove.  Update all users to use
+       type::dyn_prop.
+       * gdbtypes.c (get_dyn_prop): Rename to...
+       (type::dyn_prop): ... this.
+
 2020-05-06  Simon Marchi  <simon.marchi@efficios.com>
 
        * gdbtypes.h (struct main_type) <flag_static>: Remove.
This page took 0.025079 seconds and 4 git commands to generate.