* 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

@ -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> 2012-07-18 Tom Tromey <tromey@redhat.com>
* gdb_bfd.c (struct gdb_bfd_data): New. * gdb_bfd.c (struct gdb_bfd_data): New.

@ -8115,7 +8115,7 @@ try_open_dwo_file (const char *file_name)
if (desc < 0) if (desc < 0)
return NULL; 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) if (!sym_bfd)
{ {
xfree (absolute_name); xfree (absolute_name);