diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-11-23 15:47:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:14:42 +0000 |
commit | d50041ea78ae164eaf9fde1d83d296f52312e4d4 (patch) | |
tree | 6f170d82d032238d712f1d7971ccb7de2c0a5bff /meta/recipes-devtools/elfutils/files/0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch | |
parent | 38887e6c1a649d16f5666a4ffe4ab2b90ee94741 (diff) | |
download | poky-d50041ea78ae164eaf9fde1d83d296f52312e4d4.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)
(From OE-Core rev: 81ae67e603087166ec5583cc9686a60f769be799)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.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.patch | 14 |
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 | |||
7 | Upstream-Status: Pending | 7 | Upstream-Status: Pending |
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | 9 | ||
10 | Rebase to 0.174 | 10 | Rebase to 0.175 |
11 | 11 | ||
12 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 12 | Signed-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): |
131 | diff --git a/libdwfl/dwfl_module_getdwarf.c b/libdwfl/dwfl_module_getdwarf.c | 131 | diff --git a/libdwfl/dwfl_module_getdwarf.c b/libdwfl/dwfl_module_getdwarf.c |
132 | index af6838a..c079d6a 100644 | 132 | index 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> |
163 | diff --git a/libdwfl/linux-kernel-modules.c b/libdwfl/linux-kernel-modules.c | 163 | diff --git a/libdwfl/linux-kernel-modules.c b/libdwfl/linux-kernel-modules.c |
164 | index 9d0fef2..9fc09b8 100644 | 164 | index 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 */ |
200 | diff --git a/libelf/libelf.h b/libelf/libelf.h | 200 | diff --git a/libelf/libelf.h b/libelf/libelf.h |
201 | index d11358c..4cf9272 100644 | 201 | index 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 | ||
212 | diff --git a/libelf/libelfP.h b/libelf/libelfP.h | 212 | diff --git a/libelf/libelfP.h b/libelf/libelfP.h |
213 | index ed216c8..415e6f6 100644 | 213 | index 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 @@ |