gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro
authorJoel Brobecker <brobecker@adacore.com>
Tue, 24 Nov 2020 02:47:40 +0000 (21:47 -0500)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 24 Nov 2020 02:47:40 +0000 (21:47 -0500)
commit2a12c336b9d55189780846324eda98c66d543de7
treebbb0516d696c7d803a5e51481bd70c899e0641ab
parentc9f0b43fe46f473e4de3494f95b11ffb3d5a42a8
gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro

This is one step further towards the removal of all these macros.

gdb/ChangeLog:

        * gdbtypes.h (struct type) <fixed_point_info, set_fixed_point_info>:
        New methods.
        (INIT_FIXED_POINT_SPECIFIC): Adjust.
        (TYPE_FIXED_POINT_INFO): Delete macro.
        (allocate_fixed_point_type_info): Change return type to void.
        * gdbtypes.c (copy_type_recursive): Replace the use of
        TYPE_FIXED_POINT_INFO by a call to the fixed_point_info method.
        (fixed_point_scaling_factor): Likewise.
        (allocate_fixed_point_type_info): Change return type to void.
        Adjust implementation accordingly.
        * dwarf2/read.c (finish_fixed_point_type): Replace the use of
        TYPE_FIXED_POINT_INFO by a call to the fixed_point_info method.
gdb/ChangeLog
gdb/dwarf2/read.c
gdb/gdbtypes.c
gdb/gdbtypes.h
This page took 0.024594 seconds and 4 git commands to generate.