aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index 9566acf..3c4e568 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -719,11 +719,6 @@ private:
program_space *m_pspace;
public:
- /* List of compunits.
- These are used to do symbol lookups and file/line-number lookups. */
-
- owning_intrusive_list<compunit_symtab> compunit_symtabs;
-
/* The object file's BFD. Can be null if the objfile contains only
minimal symbols (e.g. the run time common symbols for SunOS4) or
if the objfile is a dynamic objfile (e.g. created by JIT reader
@@ -751,6 +746,11 @@ public:
auto_obstack objfile_obstack;
+ /* List of compunits.
+ These are used to do symbol lookups and file/line-number lookups. */
+
+ owning_intrusive_list<compunit_symtab> compunit_symtabs;
+
/* Structure which keeps track of functions that manipulate objfile's
of the same type as this objfile. I.e. the function to read partial
symbols for example. Note that this structure is in statically