]> git.ipfire.org Git - thirdparty/glibc.git/blame - bits/elfclass.h
ia64: Regenerate ulps
[thirdparty/glibc.git] / bits / elfclass.h
CommitLineData
8882a2da
RM
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. */
4
1c25bcac
UD
5#ifndef _LINK_H
6# error "Never use <bits/elfclass.h> directly; include <link.h> instead."
7#endif
8882a2da 8
1c25bcac
UD
9#include <bits/wordsize.h>
10
11#define __ELF_NATIVE_CLASS __WORDSIZE
a1eca9f3
UD
12
13/* The entries in the .hash table always have a size of 32 bits. */
14typedef uint32_t Elf_Symndx;