Re: [PATCH 7/7] dump: Consolidate elf note function

2022-03-02 Thread Marc-André Lureau
Hi On Wed, Mar 2, 2022 at 6:02 PM Janosch Frank wrote: > On 3/2/22 11:30, Marc-André Lureau wrote: > > Hi > > > > On Tue, Mar 1, 2022 at 6:22 PM Janosch Frank > wrote: > >> > >> Just like with the other write functions let's move the 32/64 bit elf > >> handling to a function to improve readabil

Re: [PATCH 7/7] dump: Consolidate elf note function

2022-03-02 Thread Janosch Frank
On 3/2/22 11:30, Marc-André Lureau wrote: Hi On Tue, Mar 1, 2022 at 6:22 PM Janosch Frank wrote: Just like with the other write functions let's move the 32/64 bit elf handling to a function to improve readability. Signed-off-by: Janosch Frank --- dump/dump.c | 24 +---

Re: [PATCH 7/7] dump: Consolidate elf note function

2022-03-02 Thread Marc-André Lureau
Hi On Tue, Mar 1, 2022 at 6:22 PM Janosch Frank wrote: > > Just like with the other write functions let's move the 32/64 bit elf > handling to a function to improve readability. > > Signed-off-by: Janosch Frank > --- > dump/dump.c | 24 +--- > 1 file changed, 17 insertions(+

[PATCH 7/7] dump: Consolidate elf note function

2022-03-01 Thread Janosch Frank
Just like with the other write functions let's move the 32/64 bit elf handling to a function to improve readability. Signed-off-by: Janosch Frank --- dump/dump.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/dump/dump.c b/dump/dump.c index 78654b9c