From: Tom Tromey Date: Wed, 9 Oct 2013 15:50:39 +0000 (+0000) Subject: * opncls.c (get_alt_debug_link_info_shim): Update type of 'len'. X-Git-Tag: binutils_latest_snapshot~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e114b15ca3feba0ab0c8ca835417f3dafa69470;p=external%2Fbinutils.git * opncls.c (get_alt_debug_link_info_shim): Update type of 'len'. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0b1260b..c70ed8f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2013-10-09 Tom Tromey + + * opncls.c (get_alt_debug_link_info_shim): Update type of 'len'. + 2013-10-09 Nick Clifton PR ld/16021 diff --git a/bfd/opncls.c b/bfd/opncls.c index 08f6c5b..2147dee 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);