Re: [PATCH] Arm Ehdr flag printing

2022-06-06 Thread Mark Wielaard
On Wed, 2022-06-01 at 16:31 +0200, Mark Wielaard wrote: > From: Ulrich Drepper > > Arm needs to decode flags and I modeled it after the binutils code. > The same messages are printed. Given the requirement of the > interface > and the ABIs the current version of the callback function isn't > suf

[PATCH] Arm Ehdr flag printing

2022-06-01 Thread Mark Wielaard
From: Ulrich Drepper Arm needs to decode flags and I modeled it after the binutils code. The same messages are printed. Given the requirement of the interface and the ABIs the current version of the callback function isn't sufficient unless one wants to create a stateful interface. The problem