summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-11-23 15:47:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-23 23:35:19 +0000
commit43413f8dd6a9ab05badbfd97b45a5a78202e70a8 (patch)
treefc4f2c9fa8b3c28db1d77076a2c3cf25f45fddda /meta/recipes-devtools/elfutils/files/0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch
parentfec5323dba7e23a42073995020c7336f3e6a7de1 (diff)
downloadpoky-43413f8dd6a9ab05badbfd97b45a5a78202e70a8.tar.gz
elfutils: 0.174 -> 0.175
- Drop backport CVE patches 0001-libdwfl-Sanity-check-partial-core-file-data-reads.patch 0001-size-Handle-recursive-ELF-ar-files.patch 0001-arlib-Check-that-sh_entsize-isn-t-zero.patch - Drop patches that upstream has fixed 0005-fix-a-stack-usage-warning.patch [9a74c19 backends: ppc use define instead of const for size of dwarf_regs array.] - Update debian patches to 0.175 - Rebase local patch to 0.175 0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch (From OE-Core rev: 8748de4df5a4ece303f07f8bbb248920a199478a) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch')
-rw-r--r--meta/recipes-devtools/elfutils/files/0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch b/meta/recipes-devtools/elfutils/files/0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch
index 0f01a3218e..41981f4aad 100644
--- a/meta/recipes-devtools/elfutils/files/0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch
+++ b/meta/recipes-devtools/elfutils/files/0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch
@@ -7,7 +7,7 @@ Subject: [PATCH] build: Provide alternatives for glibc assumptions helps
7Upstream-Status: Pending 7Upstream-Status: Pending
8Signed-off-by: Khem Raj <raj.khem@gmail.com> 8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 9
10Rebase to 0.174 10Rebase to 0.175
11 11
12Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 12Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
13--- 13---
@@ -129,7 +129,7 @@ index 7bcf61c..c345797 100644
129 return elf_errmsg (error & 0xffff); 129 return elf_errmsg (error & 0xffff);
130 case OTHER_ERROR (LIBDW): 130 case OTHER_ERROR (LIBDW):
131diff --git a/libdwfl/dwfl_module_getdwarf.c b/libdwfl/dwfl_module_getdwarf.c 131diff --git a/libdwfl/dwfl_module_getdwarf.c b/libdwfl/dwfl_module_getdwarf.c
132index af6838a..c079d6a 100644 132index 56e6105..f4a0649 100644
133--- a/libdwfl/dwfl_module_getdwarf.c 133--- a/libdwfl/dwfl_module_getdwarf.c
134+++ b/libdwfl/dwfl_module_getdwarf.c 134+++ b/libdwfl/dwfl_module_getdwarf.c
135@@ -35,6 +35,7 @@ 135@@ -35,6 +35,7 @@
@@ -161,12 +161,12 @@ index f849128..6f0aca1 100644
161 #define crc32 __libdwfl_crc32 161 #define crc32 __libdwfl_crc32
162 #include <libdwflP.h> 162 #include <libdwflP.h>
163diff --git a/libdwfl/linux-kernel-modules.c b/libdwfl/linux-kernel-modules.c 163diff --git a/libdwfl/linux-kernel-modules.c b/libdwfl/linux-kernel-modules.c
164index 9d0fef2..9fc09b8 100644 164index 360e4ee..b5aa397 100644
165--- a/libdwfl/linux-kernel-modules.c 165--- a/libdwfl/linux-kernel-modules.c
166+++ b/libdwfl/linux-kernel-modules.c 166+++ b/libdwfl/linux-kernel-modules.c
167@@ -40,6 +40,7 @@ 167@@ -41,6 +41,7 @@
168 #include <system.h>
169 168
169 #include "libelfP.h"
170 #include "libdwflP.h" 170 #include "libdwflP.h"
171+#include "system.h" 171+#include "system.h"
172 #include <inttypes.h> 172 #include <inttypes.h>
@@ -198,7 +198,7 @@ index 5dc632b..14da1b7 100644
198 198
199 #endif /* elf.h */ 199 #endif /* elf.h */
200diff --git a/libelf/libelf.h b/libelf/libelf.h 200diff --git a/libelf/libelf.h b/libelf/libelf.h
201index d11358c..4cf9272 100644 201index 1ff11c9..c21e018 100644
202--- a/libelf/libelf.h 202--- a/libelf/libelf.h
203+++ b/libelf/libelf.h 203+++ b/libelf/libelf.h
204@@ -29,6 +29,7 @@ 204@@ -29,6 +29,7 @@
@@ -210,7 +210,7 @@ index d11358c..4cf9272 100644
210 #include <sys/types.h> 210 #include <sys/types.h>
211 211
212diff --git a/libelf/libelfP.h b/libelf/libelfP.h 212diff --git a/libelf/libelfP.h b/libelf/libelfP.h
213index ed216c8..415e6f6 100644 213index 9f3e8e9..10a347a 100644
214--- a/libelf/libelfP.h 214--- a/libelf/libelfP.h
215+++ b/libelf/libelfP.h 215+++ b/libelf/libelfP.h
216@@ -32,6 +32,7 @@ 216@@ -32,6 +32,7 @@