commit | 309d28d1e49d610f925b286c119be6e2ed2ca81b | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Oct 21 16:38:23 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Mon Jan 08 18:40:22 2024 -0700 |
tree | 70d3b23a27b2b57004eb12f34bb9647ffbbde87c | |
parent | 0a008773c59bd80f80c02220537317c865546aca [diff] |
Optimize lookup_minimal_symbol_text lookup_minimal_symbol_text always loops over all objfiles, even when an objfile is passed in as an argument. This patch changes the function to loop over the minimal number of objfiles in the latter situation.