+2020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * loc.h (dwarf2_get_die_type): Move to...
+ * read.h (dwarf2_get_die_type): ... here.
+ * read.c (dwarf2_get_die_type): Move doc to header.
+
2020-02-25 Joel Brobecker <brobecker@adacore.com>
* copypright.py (EXCLUDE_LIST): Add 'gnulib/config.in' and
struct type *dwarf2_fetch_die_type_sect_off (sect_offset,
struct dwarf2_per_cu_data *);
-struct type *dwarf2_get_die_type (cu_offset die_offset,
- struct dwarf2_per_cu_data *per_cu);
-
/* Find the frame base information for FRAMEFUNC at PC. START is an
out parameter which is set to point to the DWARF expression to
compute. LENGTH is an out parameter which is set to the length of
return die_type (die, cu);
}
-/* Return the type of the DIE at DIE_OFFSET in the CU named by
- PER_CU. */
+/* See read.h. */
struct type *
dwarf2_get_die_type (cu_offset die_offset,
extern struct dwz_file *dwarf2_get_dwz_file
(struct dwarf2_per_objfile *dwarf2_per_objfile);
+/* Return the type of the DIE at DIE_OFFSET in the CU named by
+ PER_CU. */
+
+struct type *dwarf2_get_die_type (cu_offset die_offset,
+ struct dwarf2_per_cu_data *per_cu);
+
/* When non-zero, dump line number entries as they are read in. */
extern unsigned int dwarf_line_debug;