Re: [PATCH 5/6] FDPIC: Add coredump capability for the ELF-FDPICbinfmt [try #3]

From: Andrew Morton
Date: Fri Jul 07 2006 - 07:11:23 EST


On Fri, 07 Jul 2006 12:00:13 +0100
David Howells <dhowells@xxxxxxxxxx> wrote:

> David Howells <dhowells@xxxxxxxxxx> wrote:
>
> > That doesn't compile... you're lacking file arguments.
>
> Even more fun:
>
> warthog>grep -r DUMP_WRITE include/
> include/asm/elf.h: DUMP_WRITE(&phdr, sizeof(phdr)); \
> include/asm/elf.h: DUMP_WRITE((void *) vsyscall_phdrs[i].p_vaddr, \
> include/asm-um/elf-i386.h: DUMP_WRITE(&phdr, sizeof(phdr)); \
> include/asm-um/elf-i386.h: DUMP_WRITE((void *) phdrp[i].p_vaddr, \
> include/asm-ia64/elf.h: DUMP_WRITE(&phdr, sizeof(phdr)); \
> include/asm-ia64/elf.h: DUMP_WRITE((void *) gate_phdrs[i].p_vaddr, \
> include/asm-i386/elf.h: DUMP_WRITE(&phdr, sizeof(phdr)); \
> include/asm-i386/elf.h: DUMP_WRITE((void *) vsyscall_phdrs[i].p_vaddr, \
>

all the world's an x86_64 ;)

Who inflicted this crap on us? It looks like gcc code.

> For another day, I think...

Yeah.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/