summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index e0d8bd25049..d472efc62c9 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -414,15 +414,6 @@ struct objfile
ExportEntry *export_list;
int export_list_size;
- /* Link to objfile that contains the debug symbols for this one.
- One is loaded if this file has an debug link to an existing
- debug file with the right checksum */
- struct objfile *separate_debug_objfile;
-
- /* If this is a separate debug object, this is used as a link to the
- actual executable objfile. */
- struct objfile *separate_debug_objfile_backlink;
-
/* Place to stash various statistics about this objfile */
OBJSTATS;
};
@@ -514,8 +505,6 @@ extern struct objfile *allocate_objfile (bfd *, int);
extern int build_objfile_section_table (struct objfile *);
-extern void put_objfile_before (struct objfile *, struct objfile *);
-
extern void objfile_to_front (struct objfile *);
extern void unlink_objfile (struct objfile *);