Pass a type allocator to init_fixed_point_type
authorTom Tromey <tromey@adacore.com>
Tue, 5 Sep 2023 18:43:50 +0000 (12:43 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 19 Sep 2023 19:28:42 +0000 (13:28 -0600)
commitd559227272d72e554222361058163b9dc94de2f0
treeeaa5cdab9bae387823ba7095460e42b010377234
parent8e032233a013cedc72c52b57a349c47522138594
Pass a type allocator to init_fixed_point_type

init_fixed_point_type currently takes an objfile and creates its own
type allocator.  However, for a later patch it is more convenient if
this function accepts a type allocator.  This patch makes this change.
gdb/dwarf2/read.c
gdb/gdbtypes.c
gdb/gdbtypes.h