SOURCES (AC-branch): elfutils-gcc4.patch (NEW) - (size_t num) - (u...
sparky
sparky at pld-linux.org
Wed Dec 7 16:56:11 CET 2005
Author: sparky Date: Wed Dec 7 15:56:11 2005 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- (size_t num) - (uint64_t num) gives uint64_t number ?!
---- Files affected:
SOURCES:
elfutils-gcc4.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/elfutils-gcc4.patch
diff -u /dev/null SOURCES/elfutils-gcc4.patch:1.1.2.1
--- /dev/null Wed Dec 7 16:56:11 2005
+++ SOURCES/elfutils-gcc4.patch Wed Dec 7 16:56:05 2005
@@ -0,0 +1,11 @@
+--- elfutils-0.116/src/elflint.c~ 2005-12-07 16:16:59.000000000 +0100
++++ elfutils-0.116/src/elflint.c 2005-12-07 16:28:49.000000000 +0100
+@@ -1743,7 +1743,7 @@
+ if (val >= symsize)
+ ERROR (gettext ("\
+ section [%2d] '%s': hash chain reference %zu out of bounds\n"),
+- idx, section_name (ebl, idx), cnt - 2 - nbucket);
++ idx, section_name (ebl, idx), cnt - 2 - (size_t)nbucket);
+ buf += bighash ? 8 : sizeof(Elf32_Word);
+ }
+ }
================================================================
More information about the pld-cvs-commit
mailing list