diff options
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 @@ |