From 1a2238d1bddc823df06f67312d96ccf9de2893cc Mon Sep 17 00:00:00 2001 From: root Date: Sat, 19 Dec 2015 13:13:57 +0000 Subject: CFE from danitool [without hostTools dir]: https://mega.nz/#!mwZyFK7a!CPT3BKC8dEw29kubtdYxhB91G9vIIismTkgzQ3iUy3k --- uclibc-crosstools-gcc-4.4.2-1/usr/include/bits/elfclass.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 uclibc-crosstools-gcc-4.4.2-1/usr/include/bits/elfclass.h (limited to 'uclibc-crosstools-gcc-4.4.2-1/usr/include/bits/elfclass.h') diff --git a/uclibc-crosstools-gcc-4.4.2-1/usr/include/bits/elfclass.h b/uclibc-crosstools-gcc-4.4.2-1/usr/include/bits/elfclass.h new file mode 100644 index 0000000..180227d --- /dev/null +++ b/uclibc-crosstools-gcc-4.4.2-1/usr/include/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