Introduce target-section.h
authorTom Tromey <tom@tromey.com>
Mon, 12 Oct 2020 21:53:16 +0000 (15:53 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 13 Oct 2020 02:18:47 +0000 (20:18 -0600)
commit7b466b10241f3971ab628ace1e75cf1166209af5
tree06eb7d269f6118294733fff4b6b6cbddf0e30762
parentaf1b7b51595f47d2672e4fcbc9fa4c641e4a501e
Introduce target-section.h

This introduces a new target-section.h file.  This makes some of the
later patches in this series a bit cleaner, because new includes of
target.h won't be required.  Also I think it's better to have small
header files for each separate data structure.

gdb/ChangeLog
2020-10-12  Tom Tromey  <tom@tromey.com>

* target.h (struct target_section, struct target_section_table):
Move to target-section.h.
* target-section.h: New file.
gdb/ChangeLog
gdb/target-section.h [new file with mode: 0644]
gdb/target.h
This page took 0.026627 seconds and 4 git commands to generate.