diff options
author | Tom Tromey <tromey@redhat.com> | 2012-07-23 15:03:59 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-07-23 15:03:59 +0000 |
commit | 08d2cd740c0c9ca78c849cf14e3470f0b8823139 (patch) | |
tree | 81730c60b8e1c0e08f83d6b9e5d4c45eb7b8cf23 /gdb/symfile.h | |
parent | 596f7d6703497a1482059bee3b0d54bb5e40ccf9 (diff) | |
download | gdb-08d2cd740c0c9ca78c849cf14e3470f0b8823139.zip gdb-08d2cd740c0c9ca78c849cf14e3470f0b8823139.tar.gz gdb-08d2cd740c0c9ca78c849cf14e3470f0b8823139.tar.bz2 |
* 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index edf1c24..bb75c18 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 *); |