commit | e17e25351f1248cd791f54d17db6f81000301bec | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Feb 08 12:43:21 2025 -0700 |
committer | Tom Tromey <tom@tromey.com> | Wed Feb 19 17:55:26 2025 -0700 |
tree | 0319b3e1366c108d65935cf3b5c91bf6da8eb81d | |
parent | 02fd6e5459e69f1bc4eb46df135ed3c3b5a396d1 [diff] |
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.