Regularize some DWARF type initialization
authorTom Tromey <tromey@adacore.com>
Tue, 5 Sep 2023 18:54:40 +0000 (12:54 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 19 Sep 2023 19:28:42 +0000 (13:28 -0600)
commitd948c67c5d6599581e5045f03e67dc90855efc87
treef814461caa097286d34fa80541c11d60fae705df
parentd559227272d72e554222361058163b9dc94de2f0
Regularize some DWARF type initialization

In one spot, it will be convenient for a subsequent patch if the CU is
passed to a type-creation helper function.  In another spot, remove
the redundant 'objfile' parameter to another such function.
gdb/dwarf2/read.c