Clean up DW_TAG_namelist handling in new_symbol

In dwarf2/read.c:new_symbol, DW_TAG_namelist is listed in the same
part of the "switch" as other tags.  However, it effectively shares no
code with these.  This patch splits it into its own case.

Longer term I think new_symbol should be split up drastically.



1 file changed