* dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.

This commit is contained in:
Tom Tromey 2012-07-18 19:53:05 +00:00
parent 6ec53d052b
commit bb39779773
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-18 Tom Tromey <tromey@redhat.com>
* dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2012-07-18 Tom Tromey <tromey@redhat.com>
* gdb_bfd.c (struct gdb_bfd_data): New.

View File

@ -8115,7 +8115,7 @@ try_open_dwo_file (const char *file_name)
if (desc < 0)
return NULL;
sym_bfd = gdb_bfd_ref (bfd_fopen (absolute_name, gnutarget, FOPEN_RB, desc));
sym_bfd = gdb_bfd_open (absolute_name, gnutarget, desc);
if (!sym_bfd)
{
xfree (absolute_name);