Skip to content

Bump MAPPABLE_ADDRESS_RANGE_START for Hurd

Flavio Cruz requested to merge flavioc/clisp:hurd-patch into master

Compiling the latest clisp on Hurd will print the following warning:

Warning: reserving address range 0x18060000...0xbfffffff that contains memory mappings. clisp might crash later!

We update MAPPABLE_ADDRESS_RANGE_START to reflect the new memory layout set in 2021 [1]

[1] http://patchwork.ozlabs.org/project/glibc/patch/20211231172645.1589461-1-samuel.thibault@ens-lyon.org/

Edited by Flavio Cruz

Merge request reports