Move quick_symbol_functions to a new header
authorTom Tromey <tom@tromey.com>
Sat, 20 Mar 2021 23:23:40 +0000 (17:23 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 20 Mar 2021 23:23:41 +0000 (17:23 -0600)
commit9b99dcc8dbc4367b2d2af78ee896508b67f5517a
treef7594286d4adcb185600a7bbb57765a5f030f461
parent4d080b4687deb2441a81762f3b01fc51cd13bd97
Move quick_symbol_functions to a new header

This introduces a new header, quick-symbol.h, and moves
quick_symbol_functions and related typedefs into it.

gdb/ChangeLog
2021-03-20  Tom Tromey  <tom@tromey.com>

* symfile.h (symbol_compare_ftype, symbol_filename_ftype)
(expand_symtabs_file_matcher_ftype)
(expand_symtabs_symbol_matcher_ftype)
(expand_symtabs_exp_notify_ftype, struct quick_symbol_functions):
Move to quick-symbol.h.
* quick-symbol.h: New file.
gdb/ChangeLog
gdb/quick-symbol.h [new file with mode: 0644]
gdb/symfile.h