search for: d27415

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

Did you mean: 27415
2017 Jan 29
2
Linking Linux kernel with LLD
...r 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 boot fine after that change ? George. -----------...
2017 Jan 30
0
Linking Linux kernel with LLD
...deocards) 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. You added <span style="font-family:"Se...
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