]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/value.c
gdb: remove TYPE_RANGE_DATA macro
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 13 Jul 2020 02:58:51 +0000 (22:58 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 13 Jul 2020 02:58:51 +0000 (22:58 -0400)
commit599088e3ffa13edcccc68b6d7a39e7488123004a
treef8e0b4d1c6fe7bf9694d319c9d22fc6e4d631f58
parentc4dfcb3638cbdb33589e3789df45d76178b333bf
gdb: remove TYPE_RANGE_DATA macro

Remove it in favor of using type::bounds directly.

gdb/ChangeLog:

* gdbtypes.h (TYPE_RANGE_DATA): Remove.  Update callers to use
the type::bounds method directly.

Change-Id: Id4fab22af0a94cbf505f78b01b3ee5b3d682fba2
gdb/ChangeLog
gdb/ada-lang.c
gdb/compile/compile-c-symbols.c
gdb/compile/compile-c-types.c
gdb/compile/compile-cplus-types.c
gdb/dwarf2/read.c
gdb/eval.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/printcmd.c
gdb/value.c