diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-15 07:46:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-15 07:46:21 +0000 |
commit | 7ba6500d2cf7893d83047a70797fab83a9a9b434 (patch) | |
tree | 75f90cf029f20f7df0a0c63ce980e9ca554eda46 /package/libs/elfutils/patches/004-maybe-uninitialized.patch | |
parent | 9e2ec0a55c0918e93625086670f7f51c4d635579 (diff) | |
download | upstream-7ba6500d2cf7893d83047a70797fab83a9a9b434.tar.gz upstream-7ba6500d2cf7893d83047a70797fab83a9a9b434.tar.bz2 upstream-7ba6500d2cf7893d83047a70797fab83a9a9b434.zip |
elfutils: bump to 0.162
Besides source.tgz, 001-elfutils-portability.patch (provided by upstream
project) where updated.
Other patches where updated to fix hulk warnings and minor conflicts.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
SVN-Revision: 45984
Diffstat (limited to 'package/libs/elfutils/patches/004-maybe-uninitialized.patch')
-rw-r--r-- | package/libs/elfutils/patches/004-maybe-uninitialized.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/elfutils/patches/004-maybe-uninitialized.patch b/package/libs/elfutils/patches/004-maybe-uninitialized.patch index 7d54d71fc1..059ea277b0 100644 --- a/package/libs/elfutils/patches/004-maybe-uninitialized.patch +++ b/package/libs/elfutils/patches/004-maybe-uninitialized.patch @@ -1,6 +1,6 @@ ---- elfutils-0.160/libelf/elf_getarsym.c.org 2014-11-06 01:56:58.664116919 -0200 -+++ elfutils-0.160/libelf/elf_getarsym.c 2014-11-06 01:57:09.396116918 -0200 -@@ -166,7 +166,7 @@ +--- a/libelf/elf_getarsym.c ++++ b/libelf/elf_getarsym.c +@@ -169,7 +169,7 @@ elf_getarsym (elf, ptr) /* We have an archive. The first word in there is the number of entries in the table. */ |