Re: [9fans] changes to loader elf generation

2013-03-29 Thread Sergey Zhilkin
Thanks ! 2013/3/29 ge...@plan9.bell-labs.com Sorry, `-Fphys' should be `-Pphys'. -- С наилучшими пожеланиями Жилкин Сергей With best regards Zhilkin Sergey

Re: [9fans] changes to loader elf generation

2013-03-28 Thread geoff
Sorry, `-Fphys' should be `-Pphys'.

[9fans] changes to loader elf generation

2013-03-26 Thread geoff
The loader code to produce ELF or ELF64 binaries is now consolidated into /sys/src/cmd/8l/elf.[ch], and it no longer modifies (in loader-dependent ways) the text-start virtual address to produce a physical equivalent. In the process, bugs such as incorrect byte-order header elements were fixed.