aboutsummaryrefslogtreecommitdiff
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
commitacd13123fb0513952f48de9e2702db4145201038 (patch)
treef66d30cd4b6ced9c560f5e560d86b865fc118df0 /bfd/ChangeLog
parenta69c4772a455c2a2a6ae47408f586e679df218cf (diff)
downloadgdb-acd13123fb0513952f48de9e2702db4145201038.zip
gdb-acd13123fb0513952f48de9e2702db4145201038.tar.gz
gdb-acd13123fb0513952f48de9e2702db4145201038.tar.bz2
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 a011019..9b7a032 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