Re: [PATCH] elfclassify tool

2019-04-16 Thread Florian Weimer
* Mark Wielaard: >> I still need to implement an --unstripped option and fix the >> iteration over the dynamic section. > > We did already discuss some of this off-list. Thanks for summarizing the previous discussion. > --elf PATH return 0 whenever the file can be opened and a minimal ELF >

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

2019-04-16 Thread Mao Han
On Mon, Apr 15, 2019 at 01:08:58PM +0200, Mark Wielaard wrote: > > + * backends/Makefile.am: Add C-SKY. > > + * backends/csky_cfi.c: New file. > > + * backends/csky_corenote.c: Likewise. > > + * backends/csky_init.c: Likewise. > > + * backends/csky_initreg.c: Likewise. > > + *