summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-10-09 14:26:26 +0000
committerTom Tromey <tromey@redhat.com>2013-10-09 14:26:26 +0000
commitee43ced8436ca4368d4a7225e4a30a4de855638a (patch)
tree750ee92b943239b3bf73ea7f351ca4945349afbf /bfd/ChangeLog
parentaf0f30c1d78a7f1466b06102aaff1036ceb064f9 (diff)
downloadbinutils-redhat-ee43ced8436ca4368d4a7225e4a30a4de855638a.tar.gz
bfd
* bfd-in2.h: Rebuild. * opncls.c (bfd_get_alt_debug_link_info): Change type of buildid_len to bfd_size_type. gdb * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in bfd_get_alt_debug_link_info.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a0110199fe..9b7a032d61 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2013-10-09 Tom Tromey <tromey@redhat.com>
+
+ * bfd-in2.h: Rebuild.
+ * opncls.c (bfd_get_alt_debug_link_info): Change type of
+ buildid_len to bfd_size_type.
+
2013-10-09 Sergio Durigan Junior <sergiodj@redhat.com>
PR binutils/15993