]> git.pld-linux.org Git - packages/elfutils.git/blob - elfutils-gcc4.patch
- updated for 0.121 (from FC)
[packages/elfutils.git] / elfutils-gcc4.patch
1 --- elfutils-0.116/src/elflint.c~       2005-12-07 16:16:59.000000000 +0100
2 +++ elfutils-0.116/src/elflint.c        2005-12-07 16:28:49.000000000 +0100
3 @@ -1743,7 +1743,7 @@
4         if (val >= symsize)
5           ERROR (gettext ("\
6  section [%2d] '%s': hash chain reference %zu out of bounds\n"),
7 -                idx, section_name (ebl, idx), cnt - 2 - nbucket);
8 +                idx, section_name (ebl, idx), cnt - 2 - (size_t)nbucket);
9           buf += bighash ? 8 : sizeof(Elf32_Word);
10        }
11      }
This page took 0.030531 seconds and 3 git commands to generate.