From 1c8b3c30f9bb9690d48c5196c8481455e3634cd4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 15 Jun 2001 23:55:25 +0000 Subject: These are needed for powerpc to compile --- libc/sysdeps/linux/powerpc/bits/elfclass.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libc/sysdeps/linux/powerpc/bits/elfclass.h (limited to 'libc/sysdeps/linux/powerpc/bits/elfclass.h') diff --git a/libc/sysdeps/linux/powerpc/bits/elfclass.h b/libc/sysdeps/linux/powerpc/bits/elfclass.h new file mode 100644 index 000000000..180227d9e --- /dev/null +++ b/libc/sysdeps/linux/powerpc/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