hurd: Note when the vm_map kernel bug was fixed

dl-sysdep has been wanting to use high bits in the vm_map mask for decades,
but that was only implemented lately.
This commit is contained in:
Samuel Thibault 2020-12-20 01:46:11 +01:00
parent b74233d009
commit e94b01393e

View File

@ -71,7 +71,7 @@ struct hurd_startup_data *_dl_hurd_data;
# define fmh() ((void)0)
# define unfmh() ((void)0)
#else
/* XXX loser kludge for vm_map kernel bug */
/* XXX loser kludge for vm_map kernel bug, fixed by gnumach's 0650a4ee30e3 */
#undef ELF_MACHINE_USER_ADDRESS_MASK
#define ELF_MACHINE_USER_ADDRESS_MASK 0
static vm_address_t fmha;