From: Ulrich Drepper Date: Tue, 27 Jul 1999 05:47:28 +0000 (+0000) Subject: ELF type definitions for Linux/Alpha. X-Git-Tag: glibc-2.16-ports-before-merge~2872 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cfc6b71c4d9f6d0ecadf40a068f7f89c9a203e9;p=thirdparty%2Fglibc.git ELF type definitions for Linux/Alpha. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h b/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h new file mode 100644 index 00000000000..e5aa4a0fbdf --- /dev/null +++ b/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h @@ -0,0 +1,14 @@ +/* This file specifies the native word size of the machine, which indicates + the ELF file class used for executables and shared objects on this + machine. */ + +#ifndef _LINK_H +# error "Never use directly; include instead." +#endif + +#include + +#define __ELF_NATIVE_CLASS __WORDSIZE + +/* Linux/Alpha is exceptional as it has .hash section with 64 bit entries. */ +typedef uint64_t Elf_Symndx;