]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/dwarf: make some fields of dwarf2_per_cu private
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 27 Oct 2025 19:12:24 +0000 (15:12 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 27 Oct 2025 19:27:19 +0000 (15:27 -0400)
commitdbfbbbc97422f8ff8757130f4963e579d9ce0072
tree8e4fbfa3ef2f5da934e85b7387b6d7e9d370f7db
parent4b46891005bab7d6d2b35c2d76f1c40d3d97f350
gdb/dwarf: make some fields of dwarf2_per_cu private

The comments on these fields mention that they should be private, but we
can't.  I think this comes from the time where dwarf2_per_cu was and had
to remain POD.  I don't think it's relevant anymore, there are other
private fields anyway.  Make them private.

Change-Id: I1915ea531f42d685f68ff547833816906f79cd58
Approved-By: Tom Tromey <tom@tromey.com>
gdb/dwarf2/read.h