summaryrefslogtreecommitdiff
path: root/bfd/opncls.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-10-09 15:50:39 +0000
committerTom Tromey <tromey@redhat.com>2013-10-09 15:50:39 +0000
commit61ede565a1431117dbbb5b8139a9da55b07bb950 (patch)
tree37ca647e7e07beb34c0d0bc40a2637bebf83f830 /bfd/opncls.c
parent9aaa5eb7053a86e15fe4ee1e03c33c436e57b9bb (diff)
downloadbinutils-redhat-61ede565a1431117dbbb5b8139a9da55b07bb950.tar.gz
* opncls.c (get_alt_debug_link_info_shim): Update type of 'len'.
Diffstat (limited to 'bfd/opncls.c')
-rw-r--r--bfd/opncls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/opncls.c b/bfd/opncls.c
index 08f6c5b1e0..2147deec5b 100644
--- a/bfd/opncls.c
+++ b/bfd/opncls.c
@@ -1480,7 +1480,7 @@ bfd_follow_gnu_debuglink (bfd *abfd, const char *dir)
static char *
get_alt_debug_link_info_shim (bfd * abfd, unsigned long *crc32_out)
{
- size_t len;
+ bfd_size_type len;
bfd_byte *buildid = NULL;
char *result = bfd_get_alt_debug_link_info (abfd, &len, &buildid);