projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac244b
)
* gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
author
Tom Tromey
<tromey@redhat.com>
Mon, 23 Jul 2012 15:01:50 +0000
(15:01 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Mon, 23 Jul 2012 15:01:50 +0000
(15:01 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/gdb_bfd.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index a8cd9360b980d9dbc6a28c1afd62c6a783334c20..0f7f24a07024b232b1fe15354946fa3a67a1d888 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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'
diff --git
a/gdb/gdb_bfd.c
b/gdb/gdb_bfd.c
index 095d0f34e255d43ff6b871ee97d1d7a270d056a0..aa222b9ba70a9d9c71eb434540af50c52a9a9b74 100644
(file)
--- a/
gdb/gdb_bfd.c
+++ b/
gdb/gdb_bfd.c
@@
-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)