2002-04-24 Roland McGrath <roland@frob.com>

* sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
	macro; we need this for Hurd.
This commit is contained in:
Roland McGrath 2002-04-24 18:17:02 +00:00
parent 486a12c226
commit 21b4728e4f
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@
#include <string.h>
/* 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)