On Tue, Sep 11, 2007 at 05:14:58PM +0800, zhou drangon wrote:
> binutils compile error under x86_64-pc-mingw32,
> because it defines BFD_HOST_64BIT_LONG_LONG , but not use in some env,
> the following patch may fix it
Thank you. I have applied a completely different patch to elf.c, and
modified y
Include of in bfd/trad-core.c can set NBPG to PAGE_SIZE
which causes a build failure with some configs. An undef statement got
things building for me again with binutils-2.18.50. Is there some
reason this is not unconditional now that PAGE_SIZE has gone away in the
kernel headers?
#include
On Thu, Sep 13, 2007 at 02:20:28PM -0500, Stephen M. Kenton wrote:
> Include of in bfd/trad-core.c can set NBPG to PAGE_SIZE
> which causes a build failure with some configs. An undef statement got
> things building for me again with binutils-2.18.50. Is there some
> reason this is not uncondi