Rename objfile_type to builtin_type
authorTom Tromey <tom@tromey.com>
Sat, 11 Mar 2023 16:39:58 +0000 (09:39 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 18 Mar 2023 17:12:38 +0000 (11:12 -0600)
commita8ed3dde8340e591043b7e7044d25ff92405993e
tree600051a3480a65d0a30a405f06240ec9cd844b1b
parent426e5b66a738f4de185410a3e47a61423e0a7bdf
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>
13 files changed:
gdb/coffread.c
gdb/compile/compile-c-symbols.c
gdb/compile/compile-cplus-symbols.c
gdb/ctfread.c
gdb/dwarf2/cu.c
gdb/dwarf2/read.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/mdebugread.c
gdb/objfiles.c
gdb/parse.c
gdb/stabsread.c
gdb/xcoffread.c