summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-07-23 15:03:58 +0000
committerTom Tromey <tromey@redhat.com>2012-07-23 15:03:58 +0000
commit5feafdc48ee0157865ef636861713ed049504956 (patch)
tree5323612f4328b59f35251ace6373577f2babad4b /gdb/symfile.h
parentd6c48b471538719626d3ac0eae2e3da5d5e26277 (diff)
downloadgdb-5feafdc48ee0157865ef636861713ed049504956.tar.gz
* symfile.c (separate_debug_file_exists): Update.
(gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote. (reread_symbols): Update. * elfread.c (build_id_verify): Update. * symfile.h (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index edf1c242dc6..bb75c184586 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -550,7 +550,7 @@ extern void find_lowest_section (bfd *, asection *, void *);
extern bfd *symfile_bfd_open (char *);
-extern bfd *bfd_open_maybe_remote (const char *);
+extern bfd *gdb_bfd_open_maybe_remote (const char *);
extern int get_section_index (struct objfile *, char *);