Use default section indexes in fixup_symbol_section
authorTom Tromey <tromey@adacore.com>
Tue, 10 Jan 2023 18:39:50 +0000 (11:39 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 8 Feb 2023 15:20:12 +0000 (08:20 -0700)
commit3f01c12b9006227529823a07aee8a21627da63dd
tree373b0bbf320051f13d80a749bb1e226b2a885de2
parent1947a4a4bb7651a4656edceb1f9b246f96f89ebd
Use default section indexes in fixup_symbol_section

If fixup_section does not find a matching section, it arbitrarily
chooses the first one.  However, it seems better to make this default
depend on the type of the symbol -- i.e., default data symbols to
.data and text symbols to .text.

I've also made fixup_section static, as it only has one caller.
gdb/symtab.c
gdb/symtab.h