Re: [PATCH] PR28873 - Implement eu-readelf -D

2023-04-18 Thread Mark Wielaard
Hi, On Sun, Apr 02, 2023 at 09:06:11AM +0800, Di Chen wrote: > I made the following changes: > * ChangeLog&NEWS update. > * syments initialization to 0. > * new function format update to GNU style. > * extract the shared part to a new function, reduce code redundancy. > > The patch is ready for r

Re: [PATCH] PR28873 - Implement eu-readelf -D

2023-04-01 Thread Di Chen via Elfutils-devel
Thank you Mark. I made the following changes: * ChangeLog&NEWS update. * syments initialization to 0. * new function format update to GNU style. * extract the shared part to a new function, reduce code redundancy. The patch is ready for review again. >From 70ac6993744985b29935df6010e36bf9dbbd96d

Re: [PATCH] PR28873 - Implement eu-readelf -D

2023-02-16 Thread Mark Wielaard
Hi, On Sat, 2023-02-11 at 00:17 +0800, Di Chen via Elfutils-devel wrote: > From bdc19de94bff8f8812611b9ba8c0116a650d0fb5 Mon Sep 17 00:00:00 2001 > From: Di Chen > Date: Fri, 13 Jan 2023 20:12:43 +0800 > Subject: [PATCH] readelf: display dynamic symtab without section headers > > This commit add