]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Convert lookup_symbol_in_objfile
authorTom Tromey <tom@tromey.com>
Thu, 2 Jan 2025 22:28:18 +0000 (15:28 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 10 Sep 2025 22:07:57 +0000 (16:07 -0600)
commit86ac8c546235a67d6a6bb29476a3a9ac8f7a620a
treecc6a9b9e449e36c7e470ac75c14fb694a583d8ff
parentc879f4dc3e317cf6353a45a803ecf00d577a13d8
Convert lookup_symbol_in_objfile

This converts lookup_symbol_in_objfile to the callback approach by
removing the call to lookup_symbol_in_objfile_symtabs.  (The latter is
not removed as there are still other callers.)

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=16994
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=16998
Acked-By: Simon Marchi <simon.marchi@efficios.com>
gdb/symtab.c