Re: [PATCH v3] Make elf2ecoff work on 64bit host machines

From: Paul Burton
Date: Tue Jun 19 2018 - 19:24:55 EST


Hi Thomas,

On Tue, Jun 05, 2018 at 12:00:20PM +0200, Thomas Bogendoerfer wrote:
> Use fixed width integer types for ecoff structs to make elf2ecoff work
> on 64bit host machines
>
> Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@xxxxxxx>
> Reviewed-by: Paul Burton <paul.burton@xxxxxxxx>
> ---
>
> v3: include stdint.h in ecoff.h
> missed one printf format
>
> v2: include stdint.h and use inttypes.h for printf formats
>
> arch/mips/boot/ecoff.h | 61 ++++++++++++++++++++++++----------------------
> arch/mips/boot/elf2ecoff.c | 31 +++++++++++------------
> 2 files changed, 48 insertions(+), 44 deletions(-)

Thanks - applied to mips-next for 4.19.

Paul