Displaying 3 results from an estimated 3 matches for "d28094".
2017 Jan 20
4
Linking Linux kernel with LLD
Hi Dmitry,
thanls for sharing. Few comments/questions below:
>Here is the list of modifications I had to do in order to link the kernel (I have used llvmlinux with clang and mainline with gcc, the >results are similar):
>
>1. LLD patches:
> - D28094 (Implemented support for R_386_PC8/R_386_8 relocations)
Do you remember where it was used ?
>5. In arch/x86/kernel/vmlinux.lds.S commented out the "CONSTRUCTORS", because LLD doesn't support it.
It is https://reviews.llvm.org/D28951. CONSTRUCTORS can be just removed, they do not...
2017 Jan 24
3
Linking Linux kernel with LLD
>>> - D28094 (Implemented support for R_386_PC8/R_386_8 relocations)
>> Do you remember where it was used ?
>
>setup.elf:
> ld.lld -m elf_i386 -T arch/x86/boot/setup.ld arch/x86/boot/a20.o arch/x86/boot/bioscall.o arch/x86/boot/cmdline.o arch/x86/boot/copy.o arch/x86/boot/cpu.o >arch/x86/...
2017 Jan 20
2
Linking Linux kernel with LLD
...sharing. Few comments/questions below:
>>
>> >Here is the list of modifications I had to do in order to link the
>> kernel (I have used llvmlinux with clang and mainline with gcc, the
>> >results are similar):
>> >
>> >1. LLD patches:
>> > - D28094 (Implemented support for R_386_PC8/R_386_8 relocations)
>>
>> Do you remember where it was used ?
>>
>> >5. In arch/x86/kernel/vmlinux.lds.S commented out the "CONSTRUCTORS",
>> because LLD doesn't support it.
>>
>> It is https://reviews.ll...