]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: remove TYPE_STUB
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 14 Sep 2020 15:07:59 +0000 (11:07 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 14 Sep 2020 15:07:59 +0000 (11:07 -0400)
commite46d3488de137cd5a01377513ff49e32595456af
tree9800a3cc751efc32a82627170fc2864d7f1ce355
parentb4b73759537ae830d8b48834b419b095561d4d4a
gdb: remove TYPE_STUB

gdb/ChangeLog:

* gdbtypes.h (TYPE_STUB): Remove, replace all
uses with type::is_stub.

Change-Id: Iec25b50449a0d10a38f815209e478c343e98632c
13 files changed:
gdb/ChangeLog
gdb/ada-lang.c
gdb/ada-typeprint.c
gdb/c-typeprint.c
gdb/dwarf2/read.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/m2-valprint.c
gdb/p-typeprint.c
gdb/p-valprint.c
gdb/python/py-type.c
gdb/stabsread.c
gdb/valprint.c