Displaying 2 results from an estimated 2 matches for "binult".
Did you mean:
binults
2015 Jul 01
2
[LLVMdev] [lld] Current ways to position memory sections (e.g. .text, .data, .bss) with lld?
...}
The only problem is the resulting elf and binary files are HUGE (e.g. elf
is 500mb vs 50k) as the linker seems to be filling the space between the
end of text and the beginning of data. A "llvm-readobj -s" on the
resulting elf is nearly identical to one created with binutils except
binults-ld puts .data at Address: 0x20005000 Offset: 0xD000 and llvm-lld
has data at Address: 0x20005000 Offset: 0x1FFED000 (based on start address
of 0x18000.)
Any thoughts on a supported linker flag or linker script option that can
help here? Or a source file to dive into to get something working? I&...
2015 Jul 06
2
[LLVMdev] [lld] Current ways to position memory sections (e.g. .text, .data, .bss) with lld?
...ing elf and binary files are HUGE (e.g. elf
>> is 500mb vs 50k) as the linker seems to be filling the space between the
>> end of text and the beginning of data. A "llvm-readobj -s" on the
>> resulting elf is nearly identical to one created with binutils except
>> binults-ld puts .data at Address: 0x20005000 Offset: 0xD000 and llvm-lld
>> has data at Address: 0x20005000 Offset: 0x1FFED000 (based on start address
>> of 0x18000.)
>>
>> Any thoughts on a supported linker flag or linker script option that can
>> help here? Or a source fil...