summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-09-24 13:51:54 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-09-24 13:51:54 +0000
commite3b73ec5725fab646dec91c6e9961b497f110f70 (patch)
treed9e3b9ce3ee5752bf8749f7a090db8c34fe25bda /gdb/objfiles.h
parent0f17df9c1087adcf5669f48e963964890993b91c (diff)
downloadgdb-e3b73ec5725fab646dec91c6e9961b497f110f70.tar.gz
Remove solib-sunos.c
gdb/ 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com> Remove solib-sunos.c. * Makefile.in (ALLDEPFILES): Remove solib-sunos.c. * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o. * objfiles.c (rt_common_objfile): Remove. (free_objfile): Remove rt_common_objfile comparison. * objfiles.h (rt_common_objfile): Remove. * solib-sunos.c: Remove. * symfile.c (reread_symbols): Remove solib-sunos.c comment.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index 5b762e466b9..51ec8a3fd94 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -429,11 +429,6 @@ struct objfile
#define OBJF_MAINLINE (1 << 5)
-/* The object file that contains the runtime common minimal symbols
- for SunOS4. Note that this objfile has no associated BFD. */
-
-extern struct objfile *rt_common_objfile;
-
/* Declarations for functions defined in objfiles.c */
extern struct objfile *allocate_objfile (bfd *, int);