mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
@@ -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>
|
||||
---
|
||||
|
||||
@@ -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 +
|
||||
|
||||
Reference in New Issue
Block a user