mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
Introduce dwarf2/public.h
This moves some more DWARF code out of symfile.h and into a new header, dwarf2/public.h. This header is intended to describe the public API of the DWARF reader. gdb/ChangeLog 2021-03-20 Tom Tromey <tom@tromey.com> * coffread.c: Include dwarf2/public.h. * dwarf2/frame.c: Include dwarf2/public.h. * dwarf2/index-write.h: Include dwarf2/public.h, not symfile.h. * dwarf2/public.h: New file. * dwarf2/read.c: Include dwarf2/public.h. * elfread.c: Include dwarf2/public.h. * machoread.c: Include dwarf2/public.h. * symfile.h (dwarf2_has_info, enum dw_index_kind) (dwarf2_initialize_objfile, dwarf2_build_psymtabs) (dwarf2_build_frame_info): Move to dwarf2/public.h. * xcoffread.c: Include dwarf2/public.h.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include "complaints.h"
|
||||
#include "dwarf2/frame.h"
|
||||
#include "dwarf2/read.h"
|
||||
#include "dwarf2/public.h"
|
||||
#include "ax.h"
|
||||
#include "dwarf2/loc.h"
|
||||
#include "dwarf2/frame-tailcall.h"
|
||||
|
||||
Reference in New Issue
Block a user