summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0003-musl-utils.patch')
-rw-r--r--meta/recipes-devtools/elfutils/files/0003-musl-utils.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch
index 93f5bdcd00..230ea88f41 100644
--- a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch
+++ b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch
@@ -1,4 +1,4 @@
1From 262ac90394e36e0b4e86042d9c5385703f5b6536 Mon Sep 17 00:00:00 2001 1From aab5985a29bd7ab6e0b06eaab190b42a04e10f70 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Fri, 23 Aug 2019 10:19:48 +0800 3Date: Fri, 23 Aug 2019 10:19:48 +0800
4Subject: [PATCH] musl-utils 4Subject: [PATCH] musl-utils
@@ -13,7 +13,6 @@ Upstream-Status: Inappropriate [workaround for musl]
13 13
14Rebase to 0.177 14Rebase to 0.177
15Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 15Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
16
17--- 16---
18 src/arlib.h | 6 ++++++ 17 src/arlib.h | 6 ++++++
19 src/elfcompress.c | 7 +++++++ 18 src/elfcompress.c | 7 +++++++
@@ -39,7 +38,7 @@ index d4a4221..f6336d9 100644
39 /* State of -D/-U flags. */ 38 /* State of -D/-U flags. */
40 extern bool arlib_deterministic_output; 39 extern bool arlib_deterministic_output;
41diff --git a/src/elfcompress.c b/src/elfcompress.c 40diff --git a/src/elfcompress.c b/src/elfcompress.c
42index 18ade66..a6ed4e1 100644 41index f771b92..263de62 100644
43--- a/src/elfcompress.c 42--- a/src/elfcompress.c
44+++ b/src/elfcompress.c 43+++ b/src/elfcompress.c
45@@ -37,6 +37,13 @@ 44@@ -37,6 +37,13 @@
@@ -57,7 +56,7 @@ index 18ade66..a6ed4e1 100644
57 ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; 56 ARGP_PROGRAM_VERSION_HOOK_DEF = print_version;
58 57
59diff --git a/src/strip.c b/src/strip.c 58diff --git a/src/strip.c b/src/strip.c
60index 2a2cc80..8e9f773 100644 59index 6436443..1608496 100644
61--- a/src/strip.c 60--- a/src/strip.c
62+++ b/src/strip.c 61+++ b/src/strip.c
63@@ -45,6 +45,13 @@ 62@@ -45,6 +45,13 @@
@@ -75,7 +74,7 @@ index 2a2cc80..8e9f773 100644
75 74
76 /* Name and version of program. */ 75 /* Name and version of program. */
77diff --git a/src/unstrip.c b/src/unstrip.c 76diff --git a/src/unstrip.c b/src/unstrip.c
78index d5bd182..d797823 100644 77index d70053d..b8a6ff3 100644
79--- a/src/unstrip.c 78--- a/src/unstrip.c
80+++ b/src/unstrip.c 79+++ b/src/unstrip.c
81@@ -51,6 +51,15 @@ 80@@ -51,6 +51,15 @@