commit | 9fac3e79fdec94b53fffdab6e8605d0ff8bab9d6 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Wed Dec 06 14:35:21 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Thu Jan 18 08:20:16 2024 -0700 |
tree | ec441a8a21903db57382a2f301f3195a3aed6ee7 | |
parent | 5902fa8a555c43780dedfde1ed1a8be933b395f9 [diff] |
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.