summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-05-09 18:03:27 +0000
committerDoug Evans <dje@google.com>2013-05-09 18:03:27 +0000
commit271c6e6cca0e1a275fc9300f004cd51dc1b5433d (patch)
treeda679ee66b354053314433a335ae86c302e958bb /gdb/symfile.h
parentd0dde44e0059b3fbfd55efaf87116ee382d775b4 (diff)
downloadgdb-271c6e6cca0e1a275fc9300f004cd51dc1b5433d.tar.gz
* symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
All callers updated. (syms_from_objfile): Ditto. Make static. (symbol_file_add_with_addrs): Renamed from symbol_file_add_with_addrs_or_offsets. Delete args offsets, num_offsets. All callers updated. * symfile.h (syms_from_objfile): Delete.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index 85535f1a088..c0e367d1d14 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -453,7 +453,7 @@ extern struct symtab *allocate_symtab (const char *, struct objfile *)
extern void add_symtab_fns (const struct sym_fns *);
/* This enum encodes bit-flags passed as ADD_FLAGS parameter to
- syms_from_objfile, symbol_file_add, etc. */
+ symbol_file_add, etc. */
enum symfile_add_flags
{
@@ -472,10 +472,6 @@ enum symfile_add_flags
SYMFILE_NO_READ = 1 << 4
};
-extern void syms_from_objfile (struct objfile *,
- struct section_addr_info *,
- const struct section_offsets *, int, int);
-
extern void new_symfile_objfile (struct objfile *, int);
extern struct objfile *symbol_file_add (char *, int,