Make function fixed_point_scaling_factor a method of struct type
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3db63657919321c71b2cf92d846da44b7bfa074f..d1a1b9584f477dcd7360907eb350906949b6b172 100644 (file)
@@ -1,3 +1,12 @@
+2020-11-24  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbtypes.h (struct type) <fixed_point_scaling_factor>: New method,
+       replacing fixed_point_scaling_factor.  All callers updated
+       throughout this project.
+       (fixed_point_scaling_factor): Delete declaration.
+       * gdbtypes.c (type::fixed_point_scaling_factor): Replaces
+       fixed_point_scaling_factor.  Adjust implementation accordingly.
+
 2020-11-24  Joel Brobecker  <brobecker@adacore.com>
 
        * gdbtypes.h (struct type) <fixed_point_type_base_type> New method,
This page took 0.027898 seconds and 4 git commands to generate.