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:
committed by
Dominique Martinet
parent
4606714c07
commit
06e96005a6
@ -1744,7 +1744,6 @@ unsigned long atobytes(char *string)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct option mcexec_options[] = {
|
static struct option mcexec_options[] = {
|
||||||
#ifdef POSTK_DEBUG_ARCH_DEP_53
|
|
||||||
#ifndef __aarch64__
|
#ifndef __aarch64__
|
||||||
{
|
{
|
||||||
.name = "disable-vdso",
|
.name = "disable-vdso",
|
||||||
@ -1759,7 +1758,6 @@ static struct option mcexec_options[] = {
|
|||||||
.val = 1,
|
.val = 1,
|
||||||
},
|
},
|
||||||
#endif /*__aarch64__*/
|
#endif /*__aarch64__*/
|
||||||
#endif /*POSTK_DEBUG_ARCH_DEP_53*/
|
|
||||||
{
|
{
|
||||||
.name = "profile",
|
.name = "profile",
|
||||||
.has_arg = no_argument,
|
.has_arg = no_argument,
|
||||||
|
|||||||
Reference in New Issue
Block a user