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>
This commit is contained in:
Khem Raj
2021-01-15 11:09:16 -08:00
committed by Richard Purdie
parent 6b020ae4dc
commit d5b22b66ac
2 changed files with 10 additions and 2 deletions

View 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>
---

View 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 +