]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* opncls.c (get_alt_debug_link_info_shim): Update type of 'len'.
authorTom Tromey <tromey@redhat.com>
Wed, 9 Oct 2013 15:50:39 +0000 (15:50 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 9 Oct 2013 15:50:39 +0000 (15:50 +0000)
bfd/ChangeLog
bfd/opncls.c

index 0b1260b0359401bd00e41e2162a29f9c294affb5..c70ed8fd5f4421adc08a4db1019b8ea14fc39954 100644 (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
index 08f6c5b1e04e80099a18c3730ae4787e8da920b5..2147deec5be0a7eab77bd0aef6fccdec2c0e039e 100644 (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);