binutils-gdb/gdb/compile
Simon Marchi 4b167ea1a0 Remove dwarf2_per_cu_data::text_offset
This method simply returns the text offset of the objfile associated to
the dwarf2_per_cu_data object.  Since dwarf2_per_cu_data objects are
going to become objfile-independent, we can't keep this method.  This
patch removes it.

Existing callers need to figure out the in the context of which objfile
this is being used, and call text_offset on it.  Typically, this comes
from a symbol baton, where we store the corresponding
dwarf2_per_objfile.

gdb/ChangeLog:

	* dwarf2/read.h (struct dwarf2_per_cu_data) <text_offset>:
	Remove.
	* dwarf2/read.c (dwarf2_per_cu_data::text_offset): Remove.
	* dwarf2/loc.c (dwarf2_find_location_expression): Update.
	(dwarf2_compile_property_to_c): Update.
	(dwarf2_compile_expr_to_ax): Add dwarf2_per_objfile parameter,
	use text offset from objfile.
	(locexpr_tracepoint_var_ref): Update.
	(locexpr_generate_c_location): Update.
	(loclist_describe_location): Update.
	(loclist_tracepoint_var_ref): Update.
	* dwarf2/compile.h (compile_dwarf_bounds_to_c): Add
	dwarf2_per_objfile parameter.
	* dwarf2/loc2c.c (do_compile_dwarf_expr_to_c): Likewise,
	use text offset from objfile.
	(compile_dwarf_expr_to_c): Add dwarf2_per_objfile parameter.

Change-Id: I56b01ba294733362a3562426a96d48ae051a776f
2020-05-27 11:15:57 -04:00
..
compile-c-support.c gdb: remove TYPE_CODE macro 2020-05-14 13:46:38 -04:00
compile-c-symbols.c gdb: remove TYPE_FIELD macro 2020-05-23 17:39:54 -04:00
compile-c-types.c gdb: remove TYPE_NFIELDS macro 2020-05-22 16:55:15 -04:00
compile-c.h
compile-cplus-symbols.c gdb: remove TYPE_CODE macro 2020-05-14 13:46:38 -04:00
compile-cplus-types.c gdb: remove TYPE_FIELD macro 2020-05-23 17:39:54 -04:00
compile-cplus.h
compile-internal.h
compile-loc2c.c Remove dwarf2_per_cu_data::text_offset 2020-05-27 11:15:57 -04:00
compile-object-load.c gdb: remove TYPE_NFIELDS macro 2020-05-22 16:55:15 -04:00
compile-object-load.h Remove obsolete declaration 2020-05-22 13:35:13 -06:00
compile-object-run.c gdb: remove TYPE_NFIELDS macro 2020-05-22 16:55:15 -04:00
compile-object-run.h
compile.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
compile.h Remove dwarf2_per_cu_data::text_offset 2020-05-27 11:15:57 -04:00
gcc-c-plugin.h
gcc-cp-plugin.h