search for: d29217

Displaying 3 results from an estimated 3 matches for "d29217".

Did you mean: d20217
2017 Jan 29
2
Linking Linux kernel with LLD
...ed earlier, LLD currently generates wrong output for scripts like: .rodata : { *(.rodata) *(.rodata.*) . = ALIGN(16); video_cards = .; *(.videocards) video_cards_end = .;? That is sample from kernel realmode script. We produce wrong values for video_cards/video_cards_end. Reduced sample is D29217, and thread with possible patch for that is D27415 which is under discussions now. (Though there are also probably can be other issues, but that one is obvious atm). I have a question also. You added -m elf_i386 to workaround emulation conflict issue in LLD, do you know does output produced by BFD...
2017 Jan 30
0
Linking Linux kernel with LLD
....rodata.*) . = ALIGN(16); video_cards = .; *(.videocards) video_cards_end = .;​<br /></pre> <br /> </div> <div>That is sample from kernel realmode script. We produce wrong values for video_cards/video_cards_end.<br /> </div> <div>Reduced sample is D29217, and thread with possible patch for that is D27415 which is under discussions now.<br /> </div> <div>(Though there are also probably can be other issues, but that one is obvious atm).<br /> </div> <div><br /> </div> <div>I have a question also....
2017 Jan 28
5
Linking Linux kernel with LLD
On Fri, Jan 27, 2017 at 1:31 PM, Rui Ueyama <ruiu at google.com> wrote: > Sean, > > So as you noticed that linker script tokenization rule is not very trivial > -- it is context sensitive. The current lexer is extremely simple and > almost always works well. Improving "almost always" to "perfect" is not > high priority because we have many more high