bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/27215] as: Error: non-constant .uleb128 is not supported on ris


From: jakub at redhat dot com
Subject: [Bug gas/27215] as: Error: non-constant .uleb128 is not supported on riscv64
Date: Fri, 26 Feb 2021 12:03:44 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27215

--- Comment #5 from Jakub Jelinek <jakub at redhat dot com> ---
Any reason why at least for now you can't add partial .{s,u}leb128 support?
I.e. support non-constant .{s,u}leb128 in .debug* sections as long as it refers
to .debug* section labels and not to code section?
I mean, the DWARF producers heavily rely on .debug* sections not being relaxed
in any way by the linker, they can have offsets computed etc. and it isn't a
normal code section.
I bet the relaxation you talk about applies to code sections, doesn't it?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]