> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/