]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Move cooked_index_functions to cooked-index.h
authorTom Tromey <tom@tromey.com>
Wed, 6 Dec 2023 21:35:21 +0000 (14:35 -0700)
committerTom Tromey <tom@tromey.com>
Thu, 18 Jan 2024 15:20:16 +0000 (08:20 -0700)
commit9fac3e79fdec94b53fffdab6e8605d0ff8bab9d6
treeec441a8a21903db57382a2f301f3195a3aed6ee7
parent5902fa8a555c43780dedfde1ed1a8be933b395f9
Move cooked_index_functions to cooked-index.h

This moves the declaration of cooked_index_functions to
cooked-index.h.  This makes it visible for use by the rewritten
.debug_names reader, and it also lets us move the implementation of
make_quick_functions into cooked-index.c, where it really belongs.
gdb/dwarf2/cooked-index.c
gdb/dwarf2/cooked-index.h
gdb/dwarf2/read.c