Remove duplicated SV_ASLR from the elf flags.

Reported by:	lattera
This commit is contained in:
Michal Meloun 2020-12-01 09:18:18 +00:00
parent cf7c062932
commit 8bbe6af949

View File

@ -86,7 +86,7 @@ struct sysentvec elf32_freebsd_sysvec = {
.sv_maxssiz = NULL,
.sv_flags =
SV_ASLR | SV_SHP | SV_TIMEKEEP | SV_RNG_SEED_VER |
SV_ABI_FREEBSD | SV_ILP32 | SV_ASLR,
SV_ABI_FREEBSD | SV_ILP32,
.sv_set_syscall_retval = cpu_set_syscall_retval,
.sv_fetch_syscall_args = cpu_fetch_syscall_args,
.sv_syscallnames = syscallnames,