summaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
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/bfd-in2.h
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/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 67eb7da2e3..810e1729c0 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1067,7 +1067,8 @@ unsigned long bfd_calc_gnu_debuglink_crc32
char *bfd_get_debug_link_info (bfd *abfd, unsigned long *crc32_out);
-char *bfd_get_alt_debug_link_info (bfd * abfd, size_t *buildid_len,
+char *bfd_get_alt_debug_link_info (bfd * abfd,
+ bfd_size_type *buildid_len,
bfd_byte **buildid_out);
char *bfd_follow_gnu_debuglink (bfd *abfd, const char *dir);