x86/vdso: Fix vdso_install
authorAndy Lutomirski <luto@amacapital.net>
Thu, 12 Jun 2014 15:28:10 +0000 (08:28 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 13 Jun 2014 17:31:48 +0000 (10:31 -0700)
commita934fb5bc9cd1260be89272cfb7a6c9dc71974d7
tree7922166333a7842b48e2193b88773c5c014156d1
parente0bf7b86dace87eccdabdd66d2769ccad19cb81c
x86/vdso: Fix vdso_install

"make vdso_install" installs unstripped versions of the vdso objects
for the benefit of the debugger.  This was broken by checkin:

6f121e548f83 x86, vdso: Reimplement vdso.so preparation in build-time C

The filenames are different now, so update the Makefile to cope.

This still installs the 64-bit vdso as vdso64.so.  We believe this
will be okay, as the only known user is a patched gdb which is known
to use build-ids, but if it turns out to be a problem we may have to
add a link.

Inspired by a patch from Sam Ravnborg.

Acked-by: Sam Ravnborg <sam@ravnborg.org>
Reported-by: Josh Boyer <jwboyer@fedoraproject.org>
Tested-by: Josh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Link: http://lkml.kernel.org/r/b10299edd8ba98d17e07dafcd895b8ecf4d99eff.1402586707.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/vdso/Makefile