about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/dl-sysdep.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-20 01:46:11 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-20 01:46:11 +0100
commite94b01393ecf2e886b57a8e0b9fe4478fc8ee835 (patch)
treec294684e4e01c402beb4b2071d896681cbd7f58d /sysdeps/mach/hurd/dl-sysdep.c
parentb74233d0092c9ee6a2faee5adb375b3151bdc99c (diff)
downloadglibc-e94b01393ecf2e886b57a8e0b9fe4478fc8ee835.tar.gz
glibc-e94b01393ecf2e886b57a8e0b9fe4478fc8ee835.tar.xz
glibc-e94b01393ecf2e886b57a8e0b9fe4478fc8ee835.zip
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.
Diffstat (limited to 'sysdeps/mach/hurd/dl-sysdep.c')
-rw-r--r--sysdeps/mach/hurd/dl-sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index a5169d85e7..a72db3415d 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -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;