summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-01-15 11:09:16 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-16 22:39:36 +0000
commitd5b22b66acd3e76079b64b7afe8c99fed34355fc (patch)
tree38cd5f3ea67dacb250907f8ae229951ad5fa2f16 /meta/recipes-core
parent6b020ae4dc79a438bb92b828a7249ebc5b29751f (diff)
downloadpoky-d5b22b66acd3e76079b64b7afe8c99fed34355fc.tar.gz
musl/glibc: Document assembly file directive fix
It has been fixed in binutils so we want to drop it with binutils 2.36 upgrade when it happens (From OE-Core rev: 89ba28933067b38ab1023aaf30951eb6969d50c6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/glibc/glibc/0026-inject-file-assembly-directives.patch6
-rw-r--r--meta/recipes-core/musl/musl/0001-crt-Add-.file-directive.patch6
2 files changed, 10 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/glibc/0026-inject-file-assembly-directives.patch b/meta/recipes-core/glibc/glibc/0026-inject-file-assembly-directives.patch
index 89eef82e1b..5137fedb7b 100644
--- a/meta/recipes-core/glibc/glibc/0026-inject-file-assembly-directives.patch
+++ b/meta/recipes-core/glibc/glibc/0026-inject-file-assembly-directives.patch
@@ -21,7 +21,11 @@ which use .S files.
21RP 21RP
222018/10/3 222018/10/3
23 23
24Upstream-Status: Pending 24fixed in binutils 2.36 [1]
25
26[1] https://sourceware.org/bugzilla/show_bug.cgi?id=26822
27
28Upstream-Status: OE-Specific [ Drop when upgrading binutils 2.36+ ]
25 29
26Signed-off-by: Khem Raj <raj.khem@gmail.com> 30Signed-off-by: Khem Raj <raj.khem@gmail.com>
27--- 31---
diff --git a/meta/recipes-core/musl/musl/0001-crt-Add-.file-directive.patch b/meta/recipes-core/musl/musl/0001-crt-Add-.file-directive.patch
index 35c8b65740..1cd08cdcd4 100644
--- a/meta/recipes-core/musl/musl/0001-crt-Add-.file-directive.patch
+++ b/meta/recipes-core/musl/musl/0001-crt-Add-.file-directive.patch
@@ -10,7 +10,11 @@ source files and they are missing .file directive
10if we add .file <filename>.s in them then debug info encodes this 10if we add .file <filename>.s in them then debug info encodes this
11value instead of absolute path in debug_line section 11value instead of absolute path in debug_line section
12 12
13Upstream-Status: Pending 13fixed in binutils 2.36 [1]
14
15[1] https://sourceware.org/bugzilla/show_bug.cgi?id=26822
16
17Upstream-Status: OE-Specific [ Drop when upgrading binutils 2.36+ ]
14Signed-off-by: Khem Raj <raj.khem@gmail.com> 18Signed-off-by: Khem Raj <raj.khem@gmail.com>
15--- 19---
16 crt/aarch64/crti.s | 1 + 20 crt/aarch64/crti.s | 1 +