Unify DW_TAG_typedef case in new_symbol
authorTom Tromey <tom@tromey.com>
Wed, 30 Aug 2023 00:38:25 +0000 (18:38 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 31 Aug 2023 13:39:50 +0000 (07:39 -0600)
commit8688bb6278134c65a918e99911f725d009429a61
tree9995827af71399584c686dc00328af6bd38f992c
parent3b23b03a863d351d2e25daa30b07e23f31350e82
Unify DW_TAG_typedef case in new_symbol

This patch merges the DW_TAG_typedef case in new_symbol with some
other type-related cases.  These all have identical code.

Reviewed-By: Guinevere Larsen <blarsen@redhat.com>
gdb/dwarf2/read.c