From 009bae64cf278be1a49eef73e6756c1fd268da34 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 21 Dec 2001 10:14:44 +0000 Subject: A very large patch from Miles Bader to bring v850 back into working condition. Thanks Miles! -Erik --- libc/sysdeps/linux/v850/bits/elfclass.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/v850/bits/elfclass.h') diff --git a/libc/sysdeps/linux/v850/bits/elfclass.h b/libc/sysdeps/linux/v850/bits/elfclass.h index bb4dd545c..180227d9e 100644 --- a/libc/sysdeps/linux/v850/bits/elfclass.h +++ b/libc/sysdeps/linux/v850/bits/elfclass.h @@ -9,3 +9,6 @@ #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