From: Roland McGrath Date: Wed, 17 Oct 2007 16:04:32 +0000 (+0200) Subject: x86: Install unstripped copy of 64bit vdso to disk X-Git-Tag: v2.6.24-rc1~476^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f79eb83b3af419c4e079c8312b3c70fb6391117a;p=pandora-kernel.git x86: Install unstripped copy of 64bit vdso to disk This keeps an unstripped copy of the 64bit vDSO images built before they are stripped and embedded in the kernel. The unstripped copies get installed in $(MODLIB)/vdso/ by "make install" (or you can explicitly use the subtarget "make vdso_install"). These files can be useful when they contain source-level debugging information. [ tglx: arch/x86 adaptation ] Signed-off-by: Roland McGrath Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed