]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Implement prefer_map_32bit_exec tunable
authorSergey Bugaev <bugaevc@gmail.com>
Sun, 23 Apr 2023 21:55:26 +0000 (00:55 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 24 Apr 2023 20:48:35 +0000 (22:48 +0200)
commitc02b26455b3c9d33c8a94e56eed1958d7f751b72
treecef6d7d11c961ab5ff7e300009b23501c23d818a
parent35b7bf2fe003d6dbd5726cdf69f3c5d8179590e5
hurd: Implement prefer_map_32bit_exec tunable

This makes the prefer_map_32bit_exec tunable no longer Linux-specific.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230423215526.346009-4-bugaevc@gmail.com>
sysdeps/mach/hurd/dl-sysdep.c
sysdeps/mach/hurd/mmap.c
sysdeps/unix/sysv/linux/x86_64/64/Makefile
sysdeps/x86_64/64/Makefile [new file with mode: 0644]
sysdeps/x86_64/64/dl-tunables.list [moved from sysdeps/unix/sysv/linux/x86_64/64/dl-tunables.list with 100% similarity]
sysdeps/x86_64/64/tst-map-32bit-1a.c [moved from sysdeps/unix/sysv/linux/x86_64/64/tst-map-32bit-1a.c with 100% similarity]
sysdeps/x86_64/64/tst-map-32bit-1b.c [moved from sysdeps/unix/sysv/linux/x86_64/64/tst-map-32bit-1b.c with 100% similarity]
sysdeps/x86_64/64/tst-map-32bit-mod.c [moved from sysdeps/unix/sysv/linux/x86_64/64/tst-map-32bit-mod.c with 100% similarity]