* plugin.c (bfd_plugin_canonicalize_symtab): Handle the case of an
unrecognized symbol type in a weak definition.
+2020-09-08 Nick Clifton <nickc@redhat.com>
+
+ * plugin.c (bfd_plugin_canonicalize_symtab): Handle the case of an
+ unrecognized symbol type in a weak definition.
+
2020-09-04 Alan Modra <amodra@gmail.com>
PR 26574
if (current_plugin->has_symbol_type)
switch (syms[i].symbol_type)
{
+ default:
+ /* FIXME: Should we issue an error here ? */
case LDST_UNKNOWN:
/* What is the best fake section for LDST_UNKNOWN? */
case LDST_FUNCTION: