]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/p-valprint.c
Remove some type field accessor macros
authorTom Tromey <tromey@adacore.com>
Thu, 21 Sep 2023 16:36:23 +0000 (10:36 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 21 Nov 2023 21:52:05 +0000 (14:52 -0700)
commit20aadb931ddf2c6c4f9209fffd1fbfda50215342
tree14d2c802fac360e1c54896b55f1cc7c652ee619d
parenta3e9fbf7e889228b091a7454cb5d862ddbc5b7ca
Remove some type field accessor macros

This removes TYPE_FIELD_PRIVATE, TYPE_FIELD_PROTECTED,
TYPE_FIELD_IGNORE, and TYPE_FIELD_VIRTUAL.

In c-varobj.c, match_accessibility can be removed entirely now.  Note
that the comment before this function was incorrect.

Acked-By: Simon Marchi <simon.marchi@efficios.com>
Reviewed-by: Keith Seitz <keiths@redhat.com>
gdb/ada-valprint.c
gdb/c-typeprint.c
gdb/c-varobj.c
gdb/compile/compile-cplus-types.c
gdb/cp-valprint.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/p-typeprint.c
gdb/p-valprint.c