* opncls.c (get_alt_debug_link_info_shim): Update type of 'len'.

This commit is contained in:
Tom Tromey 2013-10-09 15:50:39 +00:00
parent 6d490cdb86
commit 6e114b15ca
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-10-09 Tom Tromey <tromey@redhat.com>
* opncls.c (get_alt_debug_link_info_shim): Update type of 'len'.
2013-10-09 Nick Clifton <nickc@redhat.com>
PR ld/16021

View File

@ -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);