gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 13 Jul 2020 02:58:52 +0000 (22:58 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 13 Jul 2020 02:58:52 +0000 (22:58 -0400)
commit3b606f384df54adb8e70dd678cd9a4c9759e4122
tree25ee94fcbb938ba8eae31ba258398335d32a9e18
parent064d9cb9e765b0a064a2e442df0e7bcc79f98c18
gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND

Remove the macros, use the getters of `struct dynamic_prop` instead.

gdb/ChangeLog:

* gdbtypes.h (TYPE_LOW_BOUND_KIND,
TYPE_HIGH_BOUND_KIND): Remove.  Update all callers
to use dynamic_prop::kind.

Change-Id: Icb1fc761f675bfac934209f8102392504d905c44
gdb/ChangeLog
gdb/c-typeprint.c
gdb/compile/compile-c-symbols.c
gdb/compile/compile-c-types.c
gdb/compile/compile-cplus-types.c
gdb/gdbtypes.h
gdb/rust-lang.c
This page took 0.027357 seconds and 4 git commands to generate.