]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86_64: install unstripped copies of compat vdso on 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:18 +0000 (20:15 +0200)
commitaf7e6a7464249251efb2c4f67124e4d022985994
treee9065a1d8df5c0094d7a0eb258716f05910253ad
parent8957ecab029669f43512e53521e8b59ec6b07bdd
x86_64: install unstripped copies of compat vdso on disk

This keeps an unstripped copy of the 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/ia32/Makefile
arch/x86_64/Makefile