diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-01-15 11:09:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-16 22:39:17 +0000 |
commit | 89ba28933067b38ab1023aaf30951eb6969d50c6 (patch) | |
tree | e5079e7ea5a5732adc0c7a5b246578e2e8bc1c0d | |
parent | 134445b7e54489288c887327dc0fcccab514757f (diff) | |
download | openembedded-core-contrib-89ba28933067b38ab1023aaf30951eb6969d50c6.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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/glibc/glibc/0026-inject-file-assembly-directives.patch | 6 | ||||
-rw-r--r-- | meta/recipes-core/musl/musl/0001-crt-Add-.file-directive.patch | 6 |
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 89eef82e1b8..5137fedb7b3 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. RP 2018/10/3 -Upstream-Status: Pending +fixed in binutils 2.36 [1] + +[1] https://sourceware.org/bugzilla/show_bug.cgi?id=26822 + +Upstream-Status: OE-Specific [ Drop when upgrading binutils 2.36+ ] Signed-off-by: Khem Raj <raj.khem@gmail.com> --- 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 35c8b65740b..1cd08cdcd43 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 if we add .file <filename>.s in them then debug info encodes this value instead of absolute path in debug_line section -Upstream-Status: Pending +fixed in binutils 2.36 [1] + +[1] https://sourceware.org/bugzilla/show_bug.cgi?id=26822 + +Upstream-Status: OE-Specific [ Drop when upgrading binutils 2.36+ ] Signed-off-by: Khem Raj <raj.khem@gmail.com> --- crt/aarch64/crti.s | 1 + |