]> code.ossystems Code Review - openembedded-core.git/commitdiff
musl/glibc: Document assembly file directive fix
authorKhem Raj <raj.khem@gmail.com>
Fri, 15 Jan 2021 19:09:16 +0000 (11:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Jan 2021 22:39:17 +0000 (22:39 +0000)
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>
meta/recipes-core/glibc/glibc/0026-inject-file-assembly-directives.patch
meta/recipes-core/musl/musl/0001-crt-Add-.file-directive.patch

index 89eef82e1b8d957eb1413d67695b7bb15c1a343f..5137fedb7b3506336381f85a9fb4a5eaadef0b03 100644 (file)
@@ -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>
 ---
index 35c8b65740bf62fc09cbd6b78080a8a2f4e29087..1cd08cdcd434ea1797ec3c55882a2d5080356fba 100644 (file)
@@ -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 +