diff options
Diffstat (limited to 'gdb/bfd-target.c')
-rw-r--r-- | gdb/bfd-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bfd-target.c b/gdb/bfd-target.c index d5defab9..bf4a985 100644 --- a/gdb/bfd-target.c +++ b/gdb/bfd-target.c @@ -59,7 +59,7 @@ private: /* The section table build from the ALLOC sections in BFD. Note that we can't rely on extracting the BFD from a random section in the table, since the table can be legitimately empty. */ - struct target_section_table m_table; + target_section_table m_table; }; target_xfer_status |