2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / alpha / bits / elfclass.h
blobe5aa4a0fbdf8fc79b8821616c4b002404757fc06
1 /* This file specifies the native word size of the machine, which indicates
2 the ELF file class used for executables and shared objects on this
3 machine. */
5 #ifndef _LINK_H
6 # error "Never use <bits/elfclass.h> directly; include <link.h> instead."
7 #endif
9 #include <bits/wordsize.h>
11 #define __ELF_NATIVE_CLASS __WORDSIZE
13 /* Linux/Alpha is exceptional as it has .hash section with 64 bit entries. */
14 typedef uint64_t Elf_Symndx;