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
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 +---
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(+
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