aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-02-10 17:01:37 -0800
committerDoug Evans <dje@google.com>2015-02-10 17:01:37 -0800
commite7d52ed30408677f63c121e88a1493e6300b80ba (patch)
tree139067ded51601dcc2f4c18152be665ac627aa77 /gdb/symfile.h
parentfc6b1256ee5062cda1dfdaf2173bee6563eacdb9 (diff)
Rename new_symfile_objfile, make static.
gdb/ChangeLog: * symfile.h (new_symfile_objfile): Delete. * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile. All callers updated.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index a22ee040d5..0bf40c1bb9 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -458,8 +458,6 @@ enum symfile_add_flags
SYMFILE_NO_READ = 1 << 4
};
-extern void new_symfile_objfile (struct objfile *, int);
-
extern struct objfile *symbol_file_add (const char *, int,
struct section_addr_info *, int);