gdb: fix formatting in solib.c

Change-Id: I7ae1ca4a822ecc2805025fac59a22af5d2a41166
This commit is contained in:
Simon Marchi
2025-07-17 08:30:41 -04:00
parent d3d1718602
commit 596ba5e9fb

View File

@@ -1743,8 +1743,8 @@ gdb_bfd_read_elf_soname (const char *filename)
if symbol is not found. */
static CORE_ADDR
bfd_lookup_symbol_from_dyn_symtab (
bfd *abfd, gdb::function_view<bool (const asymbol *)> match_sym)
bfd_lookup_symbol_from_dyn_symtab
(bfd *abfd, gdb::function_view<bool (const asymbol *)> match_sym)
{
long storage_needed = bfd_get_dynamic_symtab_upper_bound (abfd);
CORE_ADDR symaddr = 0;