mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-01 14:03:56 +08:00
* gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
This commit is contained in:
parent
8ac244b433
commit
596f7d6703
@ -1,3 +1,7 @@
|
||||
2012-07-23 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
|
||||
|
||||
2012-07-23 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
|
||||
|
@ -218,7 +218,7 @@ gdb_bfd_close_or_warn (struct bfd *abfd)
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* Add reference to ABFD. Returns ABFD. */
|
||||
/* See gdb_bfd.h. */
|
||||
|
||||
void
|
||||
gdb_bfd_ref (struct bfd *abfd)
|
||||
@ -242,7 +242,7 @@ gdb_bfd_ref (struct bfd *abfd)
|
||||
bfd_usrdata (abfd) = gdata;
|
||||
}
|
||||
|
||||
/* Unreference and possibly close ABFD. */
|
||||
/* See gdb_bfd.h. */
|
||||
|
||||
void
|
||||
gdb_bfd_unref (struct bfd *abfd)
|
||||
|
Loading…
Reference in New Issue
Block a user