aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cooked-index-shard.h
AgeCommit message (Collapse)AuthorFilesLines
13 daysUpdate copyright dates to include 2025Tom Tromey1-1/+1
This updates the copyright headers to include 2025. I did this by running gdb/copyright.py and then manually modifying a few files as noted by the script. Approved-By: Eli Zaretskii <eliz@gnu.org>
2025-04-01Move cooked_index_shard to new filesTom Tromey1-0/+134
This moves cooked_index_shard to a couple of new files, dwarf2/cooked-index-shard.[ch]. The rationale is the same as the previous patch: cooked-index.h had to be split to enable other cleanups. Approved-By: Simon Marchi <simon.marchi@efficios.com>