diff options
author | Roland McGrath <roland@gnu.org> | 2002-04-24 18:17:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-04-24 18:17:16 +0000 |
commit | 39bbac1e95d6d1c4004ac4c34525c891307b651b (patch) | |
tree | 57dff8e09f22b0e5d3ff60986f60ce0833ef3492 /sysdeps/alpha/dl-machine.h | |
parent | 5edf59cf936359225f9ccef8c64382e4ba38a994 (diff) | |
download | glibc-39bbac1e95d6d1c4004ac4c34525c891307b651b.tar glibc-39bbac1e95d6d1c4004ac4c34525c891307b651b.tar.gz glibc-39bbac1e95d6d1c4004ac4c34525c891307b651b.tar.bz2 glibc-39bbac1e95d6d1c4004ac4c34525c891307b651b.zip |
* sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
use END macro instead of our own .end directive.
Use `callsys' insn mnemonic instead of `call_pal'.
* sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
* sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
macro; we need this for Hurd.
Log entry was missing for 2002/03/24 commit of rev 1.8,
goes with 2002-03-17 changes.
* sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
(sysdep_routines): Append ioperm here.
(sysdep_headers): Append sys/io.h here.
Diffstat (limited to 'sysdeps/alpha/dl-machine.h')
-rw-r--r-- | sysdeps/alpha/dl-machine.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index f6d33739a0..2b15e33518 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -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) |