x86, vdso: Get rid of the fake section mechanism
authorAndy Lutomirski <luto@amacapital.net>
Fri, 11 Jul 2014 01:13:16 +0000 (18:13 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 11 Jul 2014 23:58:07 +0000 (16:58 -0700)
Now that we can tolerate extra things dangling off the end of the
vdso image, we can strip the vdso the old fashioned way rather than
using an overcomplicated custom stripping algorithm.

This is a partial reversion of:
    6f121e5 x86, vdso: Reimplement vdso.so preparation in build-time C

Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Link: http://lkml.kernel.org/r/50e01ed6dcc0575d20afd782f9fe98d5ee3e2d8a.1405040914.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found