[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180602154253.5a65264ec4d11a8c8a16ef1a@suse.de>
Date: Sat, 2 Jun 2018 15:42:53 +0200
From: Thomas Bogendoerfer <tbogendoerfer@...e.de>
To: Paul Burton <paul.burton@...s.com>
Cc: Ralf Baechle <ralf@...ux-mips.org>,
James Hogan <jhogan@...nel.org>, <linux-mips@...ux-mips.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] Make elf2ecoff work on 64bit host machines
On Thu, 31 May 2018 17:03:11 -0700
Paul Burton <paul.burton@...s.com> wrote:
> Perhaps we should #include <stdint.h> 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++) {
> > printf
> > - ("Section %d: %s phys %lx size %lx file offset %lx\n",
> > + ("Section %d: %s phys %x size %x file offset %x\n",
>
> Maybe #include <inttypes.h>, then use PRIx32 & co here & below?
I'll have look.
Thomas.
Powered by blists - more mailing lists