mcexec: restore --enable-vdso/disable-vdso for x86

Fujitsu added this ifdef together with ifndef __arch64__ and thus disabled
the option for both archs in practice; it probably does not hurt to restore...

I'm not sure I see the point of disabling the option at mcexec level though,
but who am I to care.

Change-Id: I0d4bffb6ed325edac8ae577773e19c0fff6ca2ed
Fujitsu: POSTK_DEBUG_ARCH_DEP_53
This commit is contained in:
Dominique Martinet
2019-02-27 13:24:46 +09:00
committed by Dominique Martinet
parent 4606714c07
commit 06e96005a6

View File

@ -1744,7 +1744,6 @@ unsigned long atobytes(char *string)
}
static struct option mcexec_options[] = {
#ifdef POSTK_DEBUG_ARCH_DEP_53
#ifndef __aarch64__
{
.name = "disable-vdso",
@ -1759,7 +1758,6 @@ static struct option mcexec_options[] = {
.val = 1,
},
#endif /*__aarch64__*/
#endif /*POSTK_DEBUG_ARCH_DEP_53*/
{
.name = "profile",
.has_arg = no_argument,