Rename objfile_type to builtin_type

This renames objfile_type to be an overload of builtin_type, in
preparation for their unification.

Reviewed-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
Tom Tromey
2023-03-11 09:39:58 -07:00
parent 426e5b66a7
commit a8ed3dde83
13 changed files with 82 additions and 82 deletions

View File

@@ -6084,7 +6084,7 @@ static const registry<objfile>::key<struct objfile_type,
objfile_type_data;
const struct objfile_type *
objfile_type (struct objfile *objfile)
builtin_type (struct objfile *objfile)
{
struct gdbarch *gdbarch;
struct objfile_type *objfile_type = objfile_type_data.get (objfile);