projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d490cd
)
* opncls.c (get_alt_debug_link_info_shim): Update type of 'len'.
author
Tom Tromey
<tromey@redhat.com>
Wed, 9 Oct 2013 15:50:39 +0000
(15:50 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Wed, 9 Oct 2013 15:50:39 +0000
(15:50 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/opncls.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 0b1260b0359401bd00e41e2162a29f9c294affb5..c70ed8fd5f4421adc08a4db1019b8ea14fc39954 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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
diff --git
a/bfd/opncls.c
b/bfd/opncls.c
index 08f6c5b1e04e80099a18c3730ae4787e8da920b5..2147deec5be0a7eab77bd0aef6fccdec2c0e039e 100644
(file)
--- 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);