From 665ce29c84a830259683fdb58c76da7efc00f890 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 22 May 2001 14:32:43 +0000 Subject: Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package. --- libc/sysdeps/linux/mips/bits/elfclass.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libc/sysdeps/linux/mips/bits/elfclass.h (limited to 'libc/sysdeps/linux/mips/bits/elfclass.h') diff --git a/libc/sysdeps/linux/mips/bits/elfclass.h b/libc/sysdeps/linux/mips/bits/elfclass.h new file mode 100644 index 000000000..180227d9e --- /dev/null +++ b/libc/sysdeps/linux/mips/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 + +/* The entries in the .hash table always have a size of 32 bits. */ +typedef uint32_t Elf_Symndx; -- cgit v1.2.3