* Add riscv-embedded to targets that don't support non-constant leb128's.

git-svn-id: trunk@43851 -
This commit is contained in:
Jeppe Johansen 2020-01-03 17:03:38 +00:00
parent a79b8a145f
commit 1201cc024e

View File

@ -3860,7 +3860,8 @@ implementation
same goes for Solaris native assembler
... and riscv }
(target_info.system in systems_darwin+[system_riscv32_linux,system_riscv64_linux]) or
(target_info.system in systems_darwin+[system_riscv32_linux,system_riscv64_linux,
system_riscv32_embedded,system_riscv64_embedded]) or
(target_asm.id=as_solaris_as) then
begin
asmline.concat(tai_const.create_8bit(DW_LNS_extended_op));