From: Roland McGrath Date: Wed, 24 Apr 2002 18:17:02 +0000 (+0000) Subject: 2002-04-24 Roland McGrath X-Git-Tag: glibc-2.16-ports-before-merge~1692 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21b4728e4f7408be7a6c0e4072dec8a8d1cc6309;p=thirdparty%2Fglibc.git 2002-04-24 Roland McGrath * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New macro; we need this for Hurd. --- diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index f6d33739a01..2b15e33518d 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -29,6 +29,10 @@ #include +/* Mask identifying addresses reserved for the user program, + where the dynamic linker should not map anything. */ +#define ELF_MACHINE_USER_ADDRESS_MASK 0x120000000UL + /* Return nonzero iff ELF header is compatible with the running host. */ static inline int elf_machine_matches_host (const Elf64_Ehdr *ehdr)