[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20071206224011.GI20595@one.firstfloor.org>
Date: Thu, 6 Dec 2007 23:40:11 +0100
From: Andi Kleen <andi@...stfloor.org>
To: Dave Anderson <anderson@...hat.com>
Cc: Andi Kleen <andi@...stfloor.org>, linux-kernel@...r.kernel.org
Subject: Re: [NEW-PATCH] exec: allow > 2GB executables to run on 64-bit systems
> Thanks Andi -- I just tested open_exec() w/O_LARGEFILE on an
> i386 with a 2.5GB+ binary (mostly debuginfo), and it works as
> expected. Interesting to note that the test binary couldn't
> be compiled with i386 gcc, but it could be built with x86_64
> gcc -m32.
I guess the i386 binutils or gcc don't use O_LARGEFILE. They probably
just need to be rebuilt with -D_FILE_OFFSET_BITS=64
-Andi
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists