Re: [PATCH 1 of 1] x86_64: Put .note.* sections into a PT_NOTE segmentin vmlinux II

From: Jeremy Fitzhardinge
Date: Tue Aug 22 2006 - 11:11:30 EST


Andi Kleen wrote:
Sorry I tried to apply it, but at least 2.6.18rc4 mainline (which my tree
is based on) doesn't have a NOTES macro so it doesn't link

I dropped the NOTES addition for now, presumably it will need to be readded
later.

Yes, Ian's patch is incremental on top of mine, which defines the NOTES macro in include/asm-generic/vmlinux.lds.h:

#define NOTES \
.notes : { *(.note.*) } :note


J
-
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/