Re: [PATCH v3 9/9] dump: Consolidate elf note function

2022-03-31 Thread Marc-André Lureau
On Wed, Mar 30, 2022 at 4:37 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 > Reviewed-by: Marc-André Lureau > --- > dump/dump.c | 18 +++--- > 1 fi

[PATCH v3 9/9] dump: Consolidate elf note function

2022-03-30 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 | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/dump/dump.c b/dump/dump.c index 92acd9eb5c..4a