Re: Elf64_Phdr

2019-06-26 Thread Sasha Da Rocha Pinheiro
So, I need to write an elf file. I have an open Elf * handle with read only permission. I then need to update the program headers and next add a new program header entry. For that we create an Elf * handle with write permission, and create the headers doing: elf64_newphdr(new_elf, old_elf->e_phn

Re: [PATCH V2 0/2] Add C-SKY support

2019-06-26 Thread Mao Han
On Tue, Jun 25, 2019 at 12:26:55AM +0200, Mark Wielaard wrote: > Hi, > > On Wed, 2019-04-17 at 14:41 +0800, Mao Han wrote: > > I'v just spent sometime debuging this. Core dump backtrace on C-SKY > > seems > > can't be supported with current generic routine. DWARF register order is > > different fr