]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Install unstripped copy of 64bit vdso to disk
authorRoland McGrath <roland@redhat.com>
Wed, 17 Oct 2007 16:04:32 +0000 (18:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:15:20 +0000 (20:15 +0200)
commit9859d57654ea18ea295c992e9bbd8827b08b9228
tree3b4484a7191eaff65b600bda491a32ccc67aa31a
parent625bb85d98c4cc128870b24d0dcc52a86b1f65df
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 <roland@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/vdso/Makefile
arch/x86_64/Makefile