diff options
Diffstat (limited to 'gdb/dsrec.c')
-rw-r--r-- | gdb/dsrec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/dsrec.c b/gdb/dsrec.c index 8cca361..f39d0ed 100644 --- a/gdb/dsrec.c +++ b/gdb/dsrec.c @@ -61,8 +61,7 @@ load_srec (struct serial *desc, const char *file, bfd_vma load_offset, srec = (char *) alloca (maxrecsize + 1); - abfd = bfd_openr (file, 0); - gdb_bfd_ref (abfd); + abfd = gdb_bfd_openr (file, 0); if (!abfd) { printf_filtered (_("Unable to open file %s\n"), file); |