gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUE
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 13 Jul 2020 02:58:53 +0000 (22:58 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 13 Jul 2020 02:58:53 +0000 (22:58 -0400)
commitbb789949e90d4580ce0ce9034c632d3e7f39a0ac
tree42a4e88c0c35addf4a1aa86c2a0fa54a716548bd
parent39498edbc850409c332dd5be60a82d1bf704bc8f
gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUE

Remove the macros, use the various equivalent getters instead.

gdb/ChangeLog:

* gdbtypes.h (TYPE_ARRAY_LOWER_BOUND_VALUE,
TYPE_ARRAY_UPPER_BOUND_VALUE): Remove.  Update all
callers to use the equivalent accessor methods instead.

Change-Id: I7f96d988f872170e7a2f58095832710e62b85cfd
gdb/ChangeLog
gdb/ada-lang.c
gdb/f-valprint.c
gdb/gdbtypes.h
gdb/p-typeprint.c
This page took 0.037793 seconds and 4 git commands to generate.