[PATCH] Make elf2ecoff work on 64bit host machines

2018-06-04 Thread Thomas Bogendoerfer
Use fixed width integer types for ecoff structs to make elf2ecoff work on 64bit host machines Signed-off-by: Thomas Bogendoerfer --- arch/mips/boot/ecoff.h | 58 +++--- arch/mips/boot/elf2ecoff.c | 29 +++ 2 files changed, 43 insert

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

2018-06-02 Thread Thomas Bogendoerfer
On Thu, 31 May 2018 17:03:11 -0700 Paul Burton wrote: > Perhaps we should #include before making use of the types it > provides? good point, will send a new version. > > @@ -518,7 +518,7 @@ int main(int argc, char *argv[]) > > > > for (i = 0; i < nosecs; i++) { > >

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

2018-05-31 Thread Paul Burton
Hi Thomas, On Mon, May 28, 2018 at 01:26:24PM +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 > --- > arch/mips/boot/ecoff.h | 58 > +++

[PATCH] Make elf2ecoff work on 64bit host machines

2018-05-28 Thread Thomas Bogendoerfer
Use fixed width integer types for ecoff structs to make elf2ecoff work on 64bit host machines Signed-off-by: Thomas Bogendoerfer --- arch/mips/boot/ecoff.h | 58 +++--- arch/mips/boot/elf2ecoff.c | 29 +++ 2 files changed, 43 insert