]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use enum accessibility in types and member functions
authorTom Tromey <tromey@adacore.com>
Fri, 27 Oct 2023 16:51:50 +0000 (10:51 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 21 Nov 2023 21:52:05 +0000 (14:52 -0700)
commit5028c9e206efd6b92ecefe1afc9dcf5cd4ebb1a6
tree7225d0eb8412c091c5fea6804061666a6afcbd05
parente17fd6c28e787445d496a71c855784010dfd6ab8
Use enum accessibility in types and member functions

This changes nested types and member functions to use the new
'accessibility' enum, rather than separate private/protected flags.
This is done for consistency, but it also lets us simplify some other
code in the next patch.

Acked-By: Simon Marchi <simon.marchi@efficios.com>
Reviewed-by: Keith Seitz <keiths@redhat.com>
gdb/dwarf2/read.c
gdb/gdbtypes.h
gdb/stabsread.c