]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- obsolete (was required by old version of alpha patch)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Jul 2006 09:18:08 +0000 (09:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils-gcc4.patch -> 1.3

elfutils-gcc4.patch [deleted file]

diff --git a/elfutils-gcc4.patch b/elfutils-gcc4.patch
deleted file mode 100644 (file)
index 04da01f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
-       }
-     }
This page took 0.071116 seconds and 4 git commands to generate.